Html Css Color HEX #EC96CA Shocking

📋 copy color: '#EC96CA'

red 236 ◦ green 150 ◦ blue 202

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

Shades of Shocking #EC96CA

Tints of Shocking #EC96CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.51%

 BLUE value IS 202 (79.3% from 255) = 34.35%

R = 40.14%
G = 25.51%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC96CA (or 0xEC96CA) is known color: Shocking. HEX triplet: EC, 96 and CA. RGB value is (236,150,202). Sum of RGB (Red+Green+Blue) = 236+150+202=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96CA is #136935. Grayscale: #B5B5B5. Windows color (decimal): -1272118 or 13276908. OLE color: 13276908.

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

Color convert

RGB 236 150 202 -
CMYK 0 0.36 0.14 0.07
HSL 323.72º 0.69% 0.76% -
HSV(B) 323.72º 0.36% 0.93% -
XYZ 56.16 43.91 61.39 -
YUV 181.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 236 150 202 0 0.36 0.14 0.07 323.72 0.69 0.76
Hex EC 96 CA 0 24 E 7 144 45 4C
Octal 354 226 312 0 44 16 7 504 105 114
Binary 11101100 10010110 11001010 0 100100 1110 111 101000100 1000101 1001100

Color Harmonies of #EC96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96CA

Black with #EC96CA

Text Example


Text Example

White with #EC96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96CA; }

 p { color: rgb(236,150,202); }

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

background-color css

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

 a { background-color: rgb(236,150,202); }

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

border-color css

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

 span { border-color: rgb(236,150,202); }

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