Html Css Color HEX #E07387 Deep Blush

📋 copy color: '#E07387'

red 224 ◦ green 115 ◦ blue 135

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

Shades of Deep Blush #E07387

Tints of Deep Blush #E07387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.48%

R = 47.26%
G = 24.26%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E07387 (or 0xE07387) is known color: Deep Blush. HEX triplet: E0, 73 and 87. RGB value is (224,115,135). Sum of RGB (Red+Green+Blue) = 224+115+135=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E07387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07387 is #1F8C78. Grayscale: #959595. Windows color (decimal): -2067577 or 8877024. OLE color: 8877024.

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

Color convert

RGB 224 115 135 -
CMYK 0 0.49 0.40 0.12
HSL 348.99º 0.64% 0.66% -
HSV(B) 348.99º 0.49% 0.88% -
XYZ 41.24 29.86 26.51 -
YUV 149.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 224 115 135 0 0.49 0.40 0.12 348.99 0.64 0.66
Hex E0 73 87 0 31 28 C 15D 40 42
Octal 340 163 207 0 61 50 14 535 100 102
Binary 11100000 1110011 10000111 0 110001 101000 1100 101011101 1000000 1000010

Color Harmonies of #E07387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07387

Black with #E07387

Text Example


Text Example

White with #E07387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07387; }

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

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

background-color css

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

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

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

border-color css

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

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

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