Html Css Color HEX #E0708D Deep Blush

📋 copy color: '#E0708D'

red 224 ◦ green 112 ◦ blue 141

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

Shades of Deep Blush #E0708D

Tints of Deep Blush #E0708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 46.96%
G = 23.48%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0708D (or 0xE0708D) is known color: Deep Blush. HEX triplet: E0, 70 and 8D. RGB value is (224,112,141). Sum of RGB (Red+Green+Blue) = 224+112+141=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0708D is #1F8F72. Grayscale: #949494. Windows color (decimal): -2068339 or 9269472. OLE color: 9269472.

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

Color convert

RGB 224 112 141 -
CMYK 0 0.50 0.37 0.12
HSL 344.46º 0.64% 0.66% -
HSV(B) 344.46º 0.5% 0.88% -
XYZ 41.34 29.36 28.69 -
YUV 148.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 224 112 141 0 0.50 0.37 0.12 344.46 0.64 0.66
Hex E0 70 8D 0 32 25 C 158 40 42
Octal 340 160 215 0 62 45 14 530 100 102
Binary 11100000 1110000 10001101 0 110010 100101 1100 101011000 1000000 1000010

Color Harmonies of #E0708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0708D

Black with #E0708D

Text Example


Text Example

White with #E0708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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