Html Css Color HEX #E07388 Deep Blush

📋 copy color: '#E07388'

red 224 ◦ green 115 ◦ blue 136

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

Shades of Deep Blush #E07388

Tints of Deep Blush #E07388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 47.16%
G = 24.21%
B = 28.63%

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

#E07388 (or 0xE07388) is known color: Deep Blush. HEX triplet: E0, 73 and 88. RGB value is (224,115,136). Sum of RGB (Red+Green+Blue) = 224+115+136=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E07388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07388 is #1F8C77. Grayscale: #969696. Windows color (decimal): -2067576 or 8942560. OLE color: 8942560.

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

Color convert

RGB 224 115 136 -
CMYK 0 0.49 0.39 0.12
HSL 348.44º 0.64% 0.66% -
HSV(B) 348.44º 0.49% 0.88% -
XYZ 41.32 29.89 26.88 -
YUV 149.99 120.11 180.79 -
System Red Green Blue C M Y K H S L
Decimal 224 115 136 0 0.49 0.39 0.12 348.44 0.64 0.66
Hex E0 73 88 0 31 27 C 15C 40 42
Octal 340 163 210 0 61 47 14 534 100 102
Binary 11100000 1110011 10001000 0 110001 100111 1100 101011100 1000000 1000010

Color Harmonies of #E07388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07388

Black with #E07388

Text Example


Text Example

White with #E07388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07388; }

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

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

background-color css

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

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

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

border-color css

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

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

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