Html Css Color HEX #EE708C Deep Blush

📋 copy color: '#EE708C'

red 238 ◦ green 112 ◦ blue 140

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

Shades of Deep Blush #EE708C

Tints of Deep Blush #EE708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 48.57%
G = 22.86%
B = 28.57%

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

#EE708C (or 0xEE708C) is known color: Deep Blush. HEX triplet: EE, 70 and 8C. RGB value is (238,112,140). Sum of RGB (Red+Green+Blue) = 238+112+140=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE708C is #118F73. Grayscale: #989898. Windows color (decimal): -1150836 or 9203950. OLE color: 9203950.

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

Color convert

RGB 238 112 140 -
CMYK 0 0.53 0.41 0.07
HSL 346.67º 0.79% 0.69% -
HSV(B) 346.67º 0.53% 0.93% -
XYZ 45.79 31.66 28.51 -
YUV 152.87 120.74 188.72 -
System Red Green Blue C M Y K H S L
Decimal 238 112 140 0 0.53 0.41 0.07 346.67 0.79 0.69
Hex EE 70 8C 0 35 29 7 15B 4F 45
Octal 356 160 214 0 65 51 7 533 117 105
Binary 11101110 1110000 10001100 0 110101 101001 111 101011011 1001111 1000101

Color Harmonies of #EE708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE708C

Black with #EE708C

Text Example


Text Example

White with #EE708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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