Html Css Color HEX #EE95BA Shocking

📋 copy color: '#EE95BA'

red 238 ◦ green 149 ◦ blue 186

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

Shades of Shocking #EE95BA

Tints of Shocking #EE95BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26%

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 41.54%
G = 26%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE95BA (or 0xEE95BA) is known color: Shocking. HEX triplet: EE, 95 and BA. RGB value is (238,149,186). Sum of RGB (Red+Green+Blue) = 238+149+186=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95BA is #116A45. Grayscale: #B3B3B3. Windows color (decimal): -1141318 or 12228078. OLE color: 12228078.

HSL color Cylindrical-coordinate representation of color #EE95BA: hue angle of 335.06º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE95BA is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 149 186 -
CMYK 0 0.37 0.22 0.07
HSL 335.06º 0.72% 0.76% -
HSV(B) 335.06º 0.37% 0.93% -
XYZ 54.87 43.22 51.9 -
YUV 179.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 238 149 186 0 0.37 0.22 0.07 335.06 0.72 0.76
Hex EE 95 BA 0 25 16 7 14F 48 4C
Octal 356 225 272 0 45 26 7 517 110 114
Binary 11101110 10010101 10111010 0 100101 10110 111 101001111 1001000 1001100

Color Harmonies of #EE95BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE95BA

Black with #EE95BA

Text Example


Text Example

White with #EE95BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE95BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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