Html Css Color HEX #E07389 Deep Blush

📋 copy color: '#E07389'

red 224 ◦ green 115 ◦ blue 137

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

Shades of Deep Blush #E07389

Tints of Deep Blush #E07389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.16%

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

R = 47.06%
G = 24.16%
B = 28.78%

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

#E07389 (or 0xE07389) is known color: Deep Blush. HEX triplet: E0, 73 and 89. RGB value is (224,115,137). Sum of RGB (Red+Green+Blue) = 224+115+137=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E07389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07389 is #1F8C76. Grayscale: #969696. Windows color (decimal): -2067575 or 9008096. OLE color: 9008096.

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

Color convert

RGB 224 115 137 -
CMYK 0 0.49 0.39 0.12
HSL 347.89º 0.64% 0.66% -
HSV(B) 347.89º 0.49% 0.88% -
XYZ 41.39 29.91 27.26 -
YUV 150.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 224 115 137 0 0.49 0.39 0.12 347.89 0.64 0.66
Hex E0 73 89 0 31 27 C 15C 40 42
Octal 340 163 211 0 61 47 14 534 100 102
Binary 11100000 1110011 10001001 0 110001 100111 1100 101011100 1000000 1000010

Color Harmonies of #E07389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07389

Black with #E07389

Text Example


Text Example

White with #E07389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07389; }

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

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

background-color css

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

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

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

border-color css

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

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

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