Html Css Color HEX #EE708F Deep Blush

📋 copy color: '#EE708F'

red 238 ◦ green 112 ◦ blue 143

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

Shades of Deep Blush #EE708F

Tints of Deep Blush #EE708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.01%

R = 48.28%
G = 22.72%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE708F (or 0xEE708F) is known color: Deep Blush. HEX triplet: EE, 70 and 8F. RGB value is (238,112,143). Sum of RGB (Red+Green+Blue) = 238+112+143=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE708F is #118F70. Grayscale: #999999. Windows color (decimal): -1150833 or 9400558. OLE color: 9400558.

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

Color convert

RGB 238 112 143 -
CMYK 0 0.53 0.40 0.07
HSL 345.24º 0.79% 0.69% -
HSV(B) 345.24º 0.53% 0.93% -
XYZ 46.01 31.75 29.69 -
YUV 153.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 238 112 143 0 0.53 0.40 0.07 345.24 0.79 0.69
Hex EE 70 8F 0 35 28 7 159 4F 45
Octal 356 160 217 0 65 50 7 531 117 105
Binary 11101110 1110000 10001111 0 110101 101000 111 101011001 1001111 1000101

Color Harmonies of #EE708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE708F

Black with #EE708F

Text Example


Text Example

White with #EE708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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