Html Css Color HEX #EE708B Deep Blush

📋 copy color: '#EE708B'

red 238 ◦ green 112 ◦ blue 139

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

Shades of Deep Blush #EE708B

Tints of Deep Blush #EE708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 48.67%
G = 22.9%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE708B (or 0xEE708B) is known color: Deep Blush. HEX triplet: EE, 70 and 8B. RGB value is (238,112,139). Sum of RGB (Red+Green+Blue) = 238+112+139=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE708B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE708B is #118F74. Grayscale: #989898. Windows color (decimal): -1150837 or 9138414. OLE color: 9138414.

HSL color Cylindrical-coordinate representation of color #EE708B: hue angle of 347.14º 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 #EE708B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 139 -
CMYK 0 0.53 0.42 0.07
HSL 347.14º 0.79% 0.69% -
HSV(B) 347.14º 0.53% 0.93% -
XYZ 45.71 31.63 28.12 -
YUV 152.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 238 112 139 0 0.53 0.42 0.07 347.14 0.79 0.69
Hex EE 70 8B 0 35 2A 7 15B 4F 45
Octal 356 160 213 0 65 52 7 533 117 105
Binary 11101110 1110000 10001011 0 110101 101010 111 101011011 1001111 1000101

Color Harmonies of #EE708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE708B

Black with #EE708B

Text Example


Text Example

White with #EE708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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