Html Css Color HEX #EE7086 Deep Blush

📋 copy color: '#EE7086'

red 238 ◦ green 112 ◦ blue 134

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

Shades of Deep Blush #EE7086

Tints of Deep Blush #EE7086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 49.17%
G = 23.14%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE7086 (or 0xEE7086) is known color: Deep Blush. HEX triplet: EE, 70 and 86. RGB value is (238,112,134). Sum of RGB (Red+Green+Blue) = 238+112+134=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7086 is #118F79. Grayscale: #989898. Windows color (decimal): -1150842 or 8810734. OLE color: 8810734.

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

Color convert

RGB 238 112 134 -
CMYK 0 0.53 0.44 0.07
HSL 349.52º 0.79% 0.69% -
HSV(B) 349.52º 0.53% 0.93% -
XYZ 45.36 31.49 26.24 -
YUV 152.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 238 112 134 0 0.53 0.44 0.07 349.52 0.79 0.69
Hex EE 70 86 0 35 2C 7 15E 4F 45
Octal 356 160 206 0 65 54 7 536 117 105
Binary 11101110 1110000 10000110 0 110101 101100 111 101011110 1001111 1000101

Color Harmonies of #EE7086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7086

Black with #EE7086

Text Example


Text Example

White with #EE7086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7086; }

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

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

background-color css

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

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

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

border-color css

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

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

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