Html Css Color HEX #EE95CE Shocking

📋 copy color: '#EE95CE'

red 238 ◦ green 149 ◦ blue 206

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

Shades of Shocking #EE95CE

Tints of Shocking #EE95CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 40.13%
G = 25.13%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE95CE (or 0xEE95CE) is known color: Shocking. HEX triplet: EE, 95 and CE. RGB value is (238,149,206). Sum of RGB (Red+Green+Blue) = 238+149+206=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95CE is #116A31. Grayscale: #B5B5B5. Windows color (decimal): -1141298 or 13538798. OLE color: 13538798.

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

Color convert

RGB 238 149 206 -
CMYK 0 0.37 0.13 0.07
HSL 321.57º 0.72% 0.76% -
HSV(B) 321.57º 0.37% 0.93% -
XYZ 57.15 44.13 63.9 -
YUV 182.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 238 149 206 0 0.37 0.13 0.07 321.57 0.72 0.76
Hex EE 95 CE 0 25 D 7 142 48 4C
Octal 356 225 316 0 45 15 7 502 110 114
Binary 11101110 10010101 11001110 0 100101 1101 111 101000010 1001000 1001100

Color Harmonies of #EE95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE95CE

Black with #EE95CE

Text Example


Text Example

White with #EE95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE95CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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