Html Css Color HEX #E06C81 Deep Blush

📋 copy color: '#E06C81'

red 224 ◦ green 108 ◦ blue 129

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

Shades of Deep Blush #E06C81

Tints of Deep Blush #E06C81

RGB

 RED value IS 224 (87.89% from 255) = 48.59%

 GREEN value IS 108 (42.58% from 255) = 23.43%

 BLUE value IS 129 (50.78% from 255) = 27.98%

R = 48.59%
G = 23.43%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E06C81 (or 0xE06C81) is known color: Deep Blush. HEX triplet: E0, 6C and 81. RGB value is (224,108,129). Sum of RGB (Red+Green+Blue) = 224+108+129=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06C81 is #1F937E. Grayscale: #919191. Windows color (decimal): -2069375 or 8482016. OLE color: 8482016.

HSL color Cylindrical-coordinate representation of color #E06C81: hue angle of 349.14º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06C81 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 108 129 -
CMYK 0 0.52 0.42 0.12
HSL 349.14º 0.65% 0.65% -
HSV(B) 349.14º 0.52% 0.88% -
XYZ 40.07 28.16 24.09 -
YUV 145.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 224 108 129 0 0.52 0.42 0.12 349.14 0.65 0.65
Hex E0 6C 81 0 34 2A C 15D 41 41
Octal 340 154 201 0 64 52 14 535 101 101
Binary 11100000 1101100 10000001 0 110100 101010 1100 101011101 1000001 1000001

Color Harmonies of #E06C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C81

Black with #E06C81

Text Example


Text Example

White with #E06C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C81; }

 p { color: rgb(224,108,129); }

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

background-color css

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

 a { background-color: rgb(224,108,129); }

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

border-color css

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

 span { border-color: rgb(224,108,129); }

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