Html Css Color HEX #EE7096 Deep Blush

📋 copy color: '#EE7096'

red 238 ◦ green 112 ◦ blue 150

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

Shades of Deep Blush #EE7096

Tints of Deep Blush #EE7096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30%

R = 47.6%
G = 22.4%
B = 30%

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

#EE7096 (or 0xEE7096) is known color: Deep Blush. HEX triplet: EE, 70 and 96. RGB value is (238,112,150). Sum of RGB (Red+Green+Blue) = 238+112+150=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7096 is #118F69. Grayscale: #999999. Windows color (decimal): -1150826 or 9859310. OLE color: 9859310.

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

Color convert

RGB 238 112 150 -
CMYK 0 0.53 0.37 0.07
HSL 341.9º 0.79% 0.69% -
HSV(B) 341.9º 0.53% 0.93% -
XYZ 46.56 31.97 32.57 -
YUV 154.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 238 112 150 0 0.53 0.37 0.07 341.9 0.79 0.69
Hex EE 70 96 0 35 25 7 156 4F 45
Octal 356 160 226 0 65 45 7 526 117 105
Binary 11101110 1110000 10010110 0 110101 100101 111 101010110 1001111 1000101

Color Harmonies of #EE7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7096

Black with #EE7096

Text Example


Text Example

White with #EE7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7096; }

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

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

background-color css

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

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

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

border-color css

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

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

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