Html Css Color HEX #E06F81 Deep Blush

📋 copy color: '#E06F81'

red 224 ◦ green 111 ◦ blue 129

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

Shades of Deep Blush #E06F81

Tints of Deep Blush #E06F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.92%

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

R = 48.28%
G = 23.92%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E06F81 (or 0xE06F81) is known color: Deep Blush. HEX triplet: E0, 6F and 81. RGB value is (224,111,129). Sum of RGB (Red+Green+Blue) = 224+111+129=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F81 is #1F907E. Grayscale: #929292. Windows color (decimal): -2068607 or 8482784. OLE color: 8482784.

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

Color convert

RGB 224 111 129 -
CMYK 0 0.50 0.42 0.12
HSL 350.44º 0.65% 0.66% -
HSV(B) 350.44º 0.5% 0.88% -
XYZ 40.39 28.8 24.2 -
YUV 146.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 224 111 129 0 0.50 0.42 0.12 350.44 0.65 0.66
Hex E0 6F 81 0 32 2A C 15E 41 42
Octal 340 157 201 0 62 52 14 536 101 102
Binary 11100000 1101111 10000001 0 110010 101010 1100 101011110 1000001 1000010

Color Harmonies of #E06F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F81

Black with #E06F81

Text Example


Text Example

White with #E06F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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