Html Css Color HEX #EE708D Deep Blush

📋 copy color: '#EE708D'

red 238 ◦ green 112 ◦ blue 141

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

Shades of Deep Blush #EE708D

Tints of Deep Blush #EE708D

RGB

 RED value IS 238 (93.36% from 255) = 48.47%

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

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

R = 48.47%
G = 22.81%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE708D (or 0xEE708D) is known color: Deep Blush. HEX triplet: EE, 70 and 8D. RGB value is (238,112,141). Sum of RGB (Red+Green+Blue) = 238+112+141=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE708D is #118F72. Grayscale: #989898. Windows color (decimal): -1150835 or 9269486. OLE color: 9269486.

HSL color Cylindrical-coordinate representation of color #EE708D: hue angle of 346.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE708D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 141 -
CMYK 0 0.53 0.41 0.07
HSL 346.19º 0.79% 0.69% -
HSV(B) 346.19º 0.53% 0.93% -
XYZ 45.86 31.69 28.9 -
YUV 152.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 238 112 141 0 0.53 0.41 0.07 346.19 0.79 0.69
Hex EE 70 8D 0 35 29 7 15A 4F 45
Octal 356 160 215 0 65 51 7 532 117 105
Binary 11101110 1110000 10001101 0 110101 101001 111 101011010 1001111 1000101

Color Harmonies of #EE708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE708D

Black with #EE708D

Text Example


Text Example

White with #EE708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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