Html Css Color HEX #EE6095 Deep Blush

📋 copy color: '#EE6095'

red 238 ◦ green 96 ◦ blue 149

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

Shades of Deep Blush #EE6095

Tints of Deep Blush #EE6095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.88%

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

R = 49.28%
G = 19.88%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE6095 (or 0xEE6095) is known color: Deep Blush. HEX triplet: EE, 60 and 95. RGB value is (238,96,149). Sum of RGB (Red+Green+Blue) = 238+96+149=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6095 is #119F6A. Grayscale: #909090. Windows color (decimal): -1154923 or 9789678. OLE color: 9789678.

HSL color Cylindrical-coordinate representation of color #EE6095: hue angle of 337.61º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6095 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 149 -
CMYK 0 0.60 0.37 0.07
HSL 337.61º 0.81% 0.65% -
HSV(B) 337.61º 0.6% 0.93% -
XYZ 44.87 28.71 31.61 -
YUV 144.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 238 96 149 0 0.60 0.37 0.07 337.61 0.81 0.65
Hex EE 60 95 0 3C 25 7 152 51 41
Octal 356 140 225 0 74 45 7 522 121 101
Binary 11101110 1100000 10010101 0 111100 100101 111 101010010 1010001 1000001

Color Harmonies of #EE6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6095

Black with #EE6095

Text Example


Text Example

White with #EE6095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6095; }

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

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

background-color css

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

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

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

border-color css

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

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

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