Html Css Color HEX #E06F84 Deep Blush

📋 copy color: '#E06F84'

red 224 ◦ green 111 ◦ blue 132

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

Shades of Deep Blush #E06F84

Tints of Deep Blush #E06F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.27%

R = 47.97%
G = 23.77%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E06F84 (or 0xE06F84) is known color: Deep Blush. HEX triplet: E0, 6F and 84. RGB value is (224,111,132). Sum of RGB (Red+Green+Blue) = 224+111+132=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F84 is #1F907B. Grayscale: #939393. Windows color (decimal): -2068604 or 8679392. OLE color: 8679392.

HSL color Cylindrical-coordinate representation of color #E06F84: hue angle of 348.85º 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 #E06F84 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 111 132 -
CMYK 0 0.50 0.41 0.12
HSL 348.85º 0.65% 0.66% -
HSV(B) 348.85º 0.5% 0.88% -
XYZ 40.59 28.88 25.27 -
YUV 147.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 224 111 132 0 0.50 0.41 0.12 348.85 0.65 0.66
Hex E0 6F 84 0 32 29 C 15D 41 42
Octal 340 157 204 0 62 51 14 535 101 102
Binary 11100000 1101111 10000100 0 110010 101001 1100 101011101 1000001 1000010

Color Harmonies of #E06F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F84

Black with #E06F84

Text Example


Text Example

White with #E06F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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