Html Css Color HEX #E0708A Deep Blush

📋 copy color: '#E0708A'

red 224 ◦ green 112 ◦ blue 138

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

Shades of Deep Blush #E0708A

Tints of Deep Blush #E0708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.63%

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 47.26%
G = 23.63%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0708A (or 0xE0708A) is known color: Deep Blush. HEX triplet: E0, 70 and 8A. RGB value is (224,112,138). Sum of RGB (Red+Green+Blue) = 224+112+138=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0708A is #1F8F75. Grayscale: #949494. Windows color (decimal): -2068342 or 9072864. OLE color: 9072864.

HSL color Cylindrical-coordinate representation of color #E0708A: hue angle of 346.07º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0708A is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 138 -
CMYK 0 0.50 0.38 0.12
HSL 346.07º 0.64% 0.66% -
HSV(B) 346.07º 0.5% 0.88% -
XYZ 41.12 29.27 27.53 -
YUV 148.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 224 112 138 0 0.50 0.38 0.12 346.07 0.64 0.66
Hex E0 70 8A 0 32 26 C 15A 40 42
Octal 340 160 212 0 62 46 14 532 100 102
Binary 11100000 1110000 10001010 0 110010 100110 1100 101011010 1000000 1000010

Color Harmonies of #E0708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0708A

Black with #E0708A

Text Example


Text Example

White with #E0708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0708A; }

 p { color: rgb(224,112,138); }

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

background-color css

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

 a { background-color: rgb(224,112,138); }

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

border-color css

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

 span { border-color: rgb(224,112,138); }

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