Html Css Color HEX #EC95CB Shocking

📋 copy color: '#EC95CB'

red 236 ◦ green 149 ◦ blue 203

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

Shades of Shocking #EC95CB

Tints of Shocking #EC95CB

RGB

 RED value IS 236 (92.58% from 255) = 40.14%

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

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 40.14%
G = 25.34%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC95CB (or 0xEC95CB) is known color: Shocking. HEX triplet: EC, 95 and CB. RGB value is (236,149,203). Sum of RGB (Red+Green+Blue) = 236+149+203=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95CB is #136A34. Grayscale: #B5B5B5. Windows color (decimal): -1272373 or 13342188. OLE color: 13342188.

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

Color convert

RGB 236 149 203 -
CMYK 0 0.37 0.14 0.07
HSL 322.76º 0.7% 0.75% -
HSV(B) 322.76º 0.37% 0.93% -
XYZ 56.12 43.64 61.97 -
YUV 181.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 236 149 203 0 0.37 0.14 0.07 322.76 0.7 0.75
Hex EC 95 CB 0 25 E 7 143 46 4B
Octal 354 225 313 0 45 16 7 503 106 113
Binary 11101100 10010101 11001011 0 100101 1110 111 101000011 1000110 1001011

Color Harmonies of #EC95CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC95CB

Black with #EC95CB

Text Example


Text Example

White with #EC95CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC95CB; }

 p { color: rgb(236,149,203); }

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

background-color css

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

 a { background-color: rgb(236,149,203); }

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

border-color css

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

 span { border-color: rgb(236,149,203); }

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