Html Css Color HEX #EE708A Deep Blush

📋 copy color: '#EE708A'

red 238 ◦ green 112 ◦ blue 138

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

Shades of Deep Blush #EE708A

Tints of Deep Blush #EE708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 48.77%
G = 22.95%
B = 28.28%

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

#EE708A (or 0xEE708A) is known color: Deep Blush. HEX triplet: EE, 70 and 8A. RGB value is (238,112,138). Sum of RGB (Red+Green+Blue) = 238+112+138=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE708A is #118F75. Grayscale: #989898. Windows color (decimal): -1150838 or 9072878. OLE color: 9072878.

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

Color convert

RGB 238 112 138 -
CMYK 0 0.53 0.42 0.07
HSL 347.62º 0.79% 0.69% -
HSV(B) 347.62º 0.53% 0.93% -
XYZ 45.64 31.6 27.74 -
YUV 152.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 238 112 138 0 0.53 0.42 0.07 347.62 0.79 0.69
Hex EE 70 8A 0 35 2A 7 15C 4F 45
Octal 356 160 212 0 65 52 7 534 117 105
Binary 11101110 1110000 10001010 0 110101 101010 111 101011100 1001111 1000101

Color Harmonies of #EE708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE708A

Black with #EE708A

Text Example


Text Example

White with #EE708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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