Html Css Color HEX #E07288 Deep Blush

📋 copy color: '#E07288'

red 224 ◦ green 114 ◦ blue 136

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

Shades of Deep Blush #E07288

Tints of Deep Blush #E07288

RGB

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

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

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

R = 47.26%
G = 24.05%
B = 28.69%

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

#E07288 (or 0xE07288) is known color: Deep Blush. HEX triplet: E0, 72 and 88. RGB value is (224,114,136). Sum of RGB (Red+Green+Blue) = 224+114+136=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E07288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07288 is #1F8D77. Grayscale: #959595. Windows color (decimal): -2067832 or 8942304. OLE color: 8942304.

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

Color convert

RGB 224 114 136 -
CMYK 0 0.49 0.39 0.12
HSL 348º 0.64% 0.66% -
HSV(B) 348º 0.49% 0.88% -
XYZ 41.2 29.66 26.85 -
YUV 149.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 224 114 136 0 0.49 0.39 0.12 348 0.64 0.66
Hex E0 72 88 0 31 27 C 15C 40 42
Octal 340 162 210 0 61 47 14 534 100 102
Binary 11100000 1110010 10001000 0 110001 100111 1100 101011100 1000000 1000010

Color Harmonies of #E07288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07288

Black with #E07288

Text Example


Text Example

White with #E07288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07288; }

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

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

background-color css

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

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

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

border-color css

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

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

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