Html Css Color HEX #E07089 Deep Blush

📋 copy color: '#E07089'

red 224 ◦ green 112 ◦ blue 137

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

Shades of Deep Blush #E07089

Tints of Deep Blush #E07089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.96%

R = 47.36%
G = 23.68%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E07089 (or 0xE07089) is known color: Deep Blush. HEX triplet: E0, 70 and 89. RGB value is (224,112,137). Sum of RGB (Red+Green+Blue) = 224+112+137=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E07089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07089 is #1F8F76. Grayscale: #949494. Windows color (decimal): -2068343 or 9007328. OLE color: 9007328.

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

Color convert

RGB 224 112 137 -
CMYK 0 0.50 0.39 0.12
HSL 346.61º 0.64% 0.66% -
HSV(B) 346.61º 0.5% 0.88% -
XYZ 41.05 29.24 27.15 -
YUV 148.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 224 112 137 0 0.50 0.39 0.12 346.61 0.64 0.66
Hex E0 70 89 0 32 27 C 15B 40 42
Octal 340 160 211 0 62 47 14 533 100 102
Binary 11100000 1110000 10001001 0 110010 100111 1100 101011011 1000000 1000010

Color Harmonies of #E07089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07089

Black with #E07089

Text Example


Text Example

White with #E07089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07089; }

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

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

background-color css

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

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

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

border-color css

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

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

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