Html Css Color HEX #EE7095 Deep Blush

📋 copy color: '#EE7095'

red 238 ◦ green 112 ◦ blue 149

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

Shades of Deep Blush #EE7095

Tints of Deep Blush #EE7095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 47.7%
G = 22.44%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE7095 (or 0xEE7095) is known color: Deep Blush. HEX triplet: EE, 70 and 95. RGB value is (238,112,149). Sum of RGB (Red+Green+Blue) = 238+112+149=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7095 is #118F6A. Grayscale: #999999. Windows color (decimal): -1150827 or 9793774. OLE color: 9793774.

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

Color convert

RGB 238 112 149 -
CMYK 0 0.53 0.37 0.07
HSL 342.38º 0.79% 0.69% -
HSV(B) 342.38º 0.53% 0.93% -
XYZ 46.48 31.94 32.15 -
YUV 153.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 238 112 149 0 0.53 0.37 0.07 342.38 0.79 0.69
Hex EE 70 95 0 35 25 7 156 4F 45
Octal 356 160 225 0 65 45 7 526 117 105
Binary 11101110 1110000 10010101 0 110101 100101 111 101010110 1001111 1000101

Color Harmonies of #EE7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7095

Black with #EE7095

Text Example


Text Example

White with #EE7095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7095; }

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

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

background-color css

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

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

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

border-color css

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

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

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