Html Css Color HEX #EC0CCC Shocking Pink

📋 copy color: '#EC0CCC'

red 236 ◦ green 12 ◦ blue 204

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

Shades of Shocking Pink #EC0CCC

Tints of Shocking Pink #EC0CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.65%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 52.21%
G = 2.65%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC0CCC (or 0xEC0CCC) is known color: Shocking Pink. HEX triplet: EC, 0C and CC. RGB value is (236,12,204). Sum of RGB (Red+Green+Blue) = 236+12+204=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CCC is #13F333. Grayscale: #646464. Windows color (decimal): -1307444 or 13372652. OLE color: 13372652.

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

Color convert

RGB 236 12 204 -
CMYK 0 0.95 0.14 0.07
HSL 308.57º 0.9% 0.49% -
HSV(B) 308.57º 0.95% 0.93% -
XYZ 45.62 22.46 59.06 -
YUV 100.86 186.21 224.39 -
System Red Green Blue C M Y K H S L
Decimal 236 12 204 0 0.95 0.14 0.07 308.57 0.9 0.49
Hex EC C CC 0 5F E 7 135 5A 31
Octal 354 14 314 0 137 16 7 465 132 61
Binary 11101100 1100 11001100 0 1011111 1110 111 100110101 1011010 110001

Color Harmonies of #EC0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CCC

Black with #EC0CCC

Text Example


Text Example

White with #EC0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CCC; }

 p { color: rgb(236,12,204); }

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

background-color css

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

 a { background-color: rgb(236,12,204); }

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

border-color css

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

 span { border-color: rgb(236,12,204); }

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