Html Css Color HEX #E07289 Deep Blush

📋 copy color: '#E07289'

red 224 ◦ green 114 ◦ blue 137

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

Shades of Deep Blush #E07289

Tints of Deep Blush #E07289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24%

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

R = 47.16%
G = 24%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E07289 (or 0xE07289) is known color: Deep Blush. HEX triplet: E0, 72 and 89. RGB value is (224,114,137). Sum of RGB (Red+Green+Blue) = 224+114+137=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E07289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07289 is #1F8D76. Grayscale: #959595. Windows color (decimal): -2067831 or 9007840. OLE color: 9007840.

HSL color Cylindrical-coordinate representation of color #E07289: hue angle of 347.45º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07289 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 114 137 -
CMYK 0 0.49 0.39 0.12
HSL 347.45º 0.64% 0.66% -
HSV(B) 347.45º 0.49% 0.88% -
XYZ 41.27 29.69 27.22 -
YUV 149.51 120.94 181.13 -
System Red Green Blue C M Y K H S L
Decimal 224 114 137 0 0.49 0.39 0.12 347.45 0.64 0.66
Hex E0 72 89 0 31 27 C 15B 40 42
Octal 340 162 211 0 61 47 14 533 100 102
Binary 11100000 1110010 10001001 0 110001 100111 1100 101011011 1000000 1000010

Color Harmonies of #E07289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07289

Black with #E07289

Text Example


Text Example

White with #E07289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07289; }

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

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

background-color css

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

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

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

border-color css

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

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

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