Html Css Color HEX #E07988 Deep Blush

📋 copy color: '#E07988'

red 224 ◦ green 121 ◦ blue 136

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

Shades of Deep Blush #E07988

Tints of Deep Blush #E07988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

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

R = 46.57%
G = 25.16%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E07988 (or 0xE07988) is known color: Deep Blush. HEX triplet: E0, 79 and 88. RGB value is (224,121,136). Sum of RGB (Red+Green+Blue) = 224+121+136=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E07988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07988 is #1F8677. Grayscale: #999999. Windows color (decimal): -2066040 or 8944096. OLE color: 8944096.

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

Color convert

RGB 224 121 136 -
CMYK 0 0.46 0.39 0.12
HSL 351.26º 0.62% 0.68% -
HSV(B) 351.26º 0.46% 0.88% -
XYZ 42.02 31.3 27.12 -
YUV 153.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 224 121 136 0 0.46 0.39 0.12 351.26 0.62 0.68
Hex E0 79 88 0 2E 27 C 15F 3E 44
Octal 340 171 210 0 56 47 14 537 76 104
Binary 11100000 1111001 10001000 0 101110 100111 1100 101011111 111110 1000100

Color Harmonies of #E07988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07988

Black with #E07988

Text Example


Text Example

White with #E07988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07988; }

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

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

background-color css

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

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

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

border-color css

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

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

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