COLOR #E6645D

HEX: #E6645D
RGB: (230,100,93)

Renk bilgisi

#E6645D contains mainly red color. #E6645D ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E6645D color RGB value is (230,100,93).

  • kırmız ton 230;
  • yeşil ton 100;
  • mavi ton 93.
RGB:
(230,100,93)
(90%,39%,36%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 100 of 255 = 39%
B 93 of 255 = 36%

230
100
93

R + G + B ~ 55%. #E6645D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 100 + 93 = 423 (100%)
R 230 of 423 ~ 54.37%
G 100 of 423 ~ 23.64%
B 93 of 423 ~ 21.99%

%54.37
%23.64
%21.99

CMYK RENK MODELİ

#E6645D rengi CMYK tonu (0,57,60,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.52%
  • sarı tonu 59.57%
  • ana renk tonu 9.80%
CMYK:
(0,57,60,10)
C0M57Y60K10 
(0%,57%,60%,10%)
(0.00/0.57/0.60/0.10)	

CMYK yüzdeleri

%0
%56.52
%59.57
%9.8

Codes

Color #E6645D in popluar color models

E6645D
RGB23010093
HSL73.26%63.33%
HSB/HSV59.57%90.20%
CMYK0.00%56.52%59.57%
9.80%

Color #E6645D in popluar number systems.

HEXE6645D
Decimal23010093
Binary1110011011001001011101
Octal346144135

Shades and tints

Shades of #E6645D

#E6645D
(230,100,93)
#D25B55
(210,91,85)
#BE524D
(190,82,77)
#AA4945
(170,73,69)
#96403D
(150,64,61)
#823735
(130,55,53)
#6E2E2D
(110,46,45)
#5A2525
(90,37,37)
#461C1D
(70,28,29)
#321315
(50,19,21)
#1E0A0D
(30,10,13)
#000000
(0,0,0)

Tints of #E6645D

#E6645D
(230,100,93)
#E8726B
(232,114,107)
#EA8079
(234,128,121)
#EC8E87
(236,142,135)
#EE9C95
(238,156,149)
#F0AAA3
(240,170,163)
#F2B8B1
(242,184,177)
#F4C6BF
(244,198,191)
#F6D4CD
(246,212,205)
#F8E2DB
(248,226,219)
#FAF0E9
(250,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6645D color. Also use rgb(230,100,93) instead hex code.

Text Font Color

.myTextColor { color: #E6645D; }

<p style="color:#E6645D">This sample text font color is #E6645D.</p>

This text font color is #E6645D.


Background Color

.myBgColor { background-color: #E6645D; }

<div style="background-color:#E6645D">Inner text</div>

This div background color is #E6645D.


Border color

.myBorderColor { border: 1px solid #E6645D; }

<div style="border:3px solid #E6645D">Div</div>

This div border color is #E6645D.


Opacity

.myOpacity80 { color: #E6645D; opacity: 0.8; }

<p style="color:#E6645D;opacity:0.8;">80%</p>

Text with #E6645D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6645D;}

<p style="text-shadow: 3px 3px 1px #E6645D">Text here.</p>

This text has shadow with #E6645D color.

.textShadow {text-shadow: 3px 3px 1px #E6645D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6645D, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6645D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6645D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6645D, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6645D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E6645D;
  -webkit-box-shadow:	1px 1px 3px 2px #E6645D;
  box-shadow:		1px 1px 3px 2px #E6645D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6645D;
-webkit-box-shadow: 1px 1px 3px 2px #E6645D;
box-shadow:1px 1px 3px 2px #E6645D;">
Div content here</div>
This div box has shadow with color #E6645D.

Preview

Color preview on black background

This text has color #E6645D on black background.


Color preview on white background

This text has color #E6645D on white background.



Black color preview on #E6645D background

This text has black color on #E6645D background.


White color preview on #E6645D background

This text has white color on #E6645D background.