Html Css Color HEX #EC95C9 Shocking

📋 copy color: '#EC95C9'

red 236 ◦ green 149 ◦ blue 201

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

Shades of Shocking #EC95C9

Tints of Shocking #EC95C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 40.27%
G = 25.43%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC95C9 (or 0xEC95C9) is known color: Shocking. HEX triplet: EC, 95 and C9. RGB value is (236,149,201). Sum of RGB (Red+Green+Blue) = 236+149+201=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95C9 is #136A36. Grayscale: #B4B4B4. Windows color (decimal): -1272375 or 13211116. OLE color: 13211116.

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

Color convert

RGB 236 149 201 -
CMYK 0 0.37 0.15 0.07
HSL 324.14º 0.7% 0.75% -
HSV(B) 324.14º 0.37% 0.93% -
XYZ 55.88 43.54 60.72 -
YUV 180.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 236 149 201 0 0.37 0.15 0.07 324.14 0.7 0.75
Hex EC 95 C9 0 25 F 7 144 46 4B
Octal 354 225 311 0 45 17 7 504 106 113
Binary 11101100 10010101 11001001 0 100101 1111 111 101000100 1000110 1001011

Color Harmonies of #EC95C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC95C9

Black with #EC95C9

Text Example


Text Example

White with #EC95C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC95C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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