Html Css Color HEX #E07084 Deep Blush

📋 copy color: '#E07084'

red 224 ◦ green 112 ◦ blue 132

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

Shades of Deep Blush #E07084

Tints of Deep Blush #E07084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.93%

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

R = 47.86%
G = 23.93%
B = 28.21%

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

#E07084 (or 0xE07084) is known color: Deep Blush. HEX triplet: E0, 70 and 84. RGB value is (224,112,132). Sum of RGB (Red+Green+Blue) = 224+112+132=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E07084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07084 is #1F8F7B. Grayscale: #939393. Windows color (decimal): -2068348 or 8679648. OLE color: 8679648.

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

Color convert

RGB 224 112 132 -
CMYK 0 0.50 0.41 0.12
HSL 349.29º 0.64% 0.66% -
HSV(B) 349.29º 0.5% 0.88% -
XYZ 40.7 29.1 25.3 -
YUV 147.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 224 112 132 0 0.50 0.41 0.12 349.29 0.64 0.66
Hex E0 70 84 0 32 29 C 15D 40 42
Octal 340 160 204 0 62 51 14 535 100 102
Binary 11100000 1110000 10000100 0 110010 101001 1100 101011101 1000000 1000010

Color Harmonies of #E07084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07084

Black with #E07084

Text Example


Text Example

White with #E07084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07084; }

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

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

background-color css

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

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

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

border-color css

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

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

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