Html Css Color HEX #E66D85 Deep Blush

📋 copy color: '#E66D85'

red 230 ◦ green 109 ◦ blue 133

#E66D85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #E66D85

Tints of Deep Blush #E66D85

RGB

 RED value IS 230 (90.23% from 255) = 48.73%

 GREEN value IS 109 (42.97% from 255) = 23.09%

 BLUE value IS 133 (52.34% from 255) = 28.18%

R = 48.73%
G = 23.09%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E66D85 (or 0xE66D85) is known color: Deep Blush. HEX triplet: E6, 6D and 85. RGB value is (230,109,133). Sum of RGB (Red+Green+Blue) = 230+109+133=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D85 is #19927A. Grayscale: #939393. Windows color (decimal): -1675899 or 8744422. OLE color: 8744422.

HSL color Cylindrical-coordinate representation of color #E66D85: hue angle of 348.1º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66D85 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 133 -
CMYK 0 0.53 0.42 0.10
HSL 348.1º 0.71% 0.66% -
HSV(B) 348.1º 0.53% 0.9% -
XYZ 42.34 29.45 25.64 -
YUV 147.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 230 109 133 0 0.53 0.42 0.10 348.1 0.71 0.66
Hex E6 6D 85 0 35 2A A 15C 47 42
Octal 346 155 205 0 65 52 12 534 107 102
Binary 11100110 1101101 10000101 0 110101 101010 1010 101011100 1000111 1000010

Color Harmonies of #E66D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66D85

Black with #E66D85

Text Example


Text Example

White with #E66D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66D85; }

 p { color: rgb(230,109,133); }

 H1.HeaderClassName
 {
   color: #E66D85;
 }
 .AnyTagClassName
 {
   color: #E66D85;
 }
</style>

background-color css

<style>
 a { background-color: #E66D85; }

 a { background-color: rgb(230,109,133); }

 div.DivClassName
 {
   background-color: #E66D85;
 }
 .BgClassName
 {
   background-color: #E66D85;
 }
</style>

border-color css

<style>
 span { border-color: #E66D85; }

 span { border-color: rgb(230,109,133); }

 td.TdClassName
 {
   border-color: #E66D85;
 }
 .TagClassName
 {
   border-color: #E66D85;
 }
</style>