Html Css Color HEX #EC0CCA Shocking Pink

📋 copy color: '#EC0CCA'

red 236 ◦ green 12 ◦ blue 202

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

Shades of Shocking Pink #EC0CCA

Tints of Shocking Pink #EC0CCA

RGB

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

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

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

R = 52.44%
G = 2.67%
B = 44.89%

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

#EC0CCA (or 0xEC0CCA) is known color: Shocking Pink. HEX triplet: EC, 0C and CA. RGB value is (236,12,202). Sum of RGB (Red+Green+Blue) = 236+12+202=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CCA is #13F335. Grayscale: #646464. Windows color (decimal): -1307446 or 13241580. OLE color: 13241580.

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

Color convert

RGB 236 12 202 -
CMYK 0 0.95 0.14 0.07
HSL 309.11º 0.9% 0.49% -
HSV(B) 309.11º 0.95% 0.93% -
XYZ 45.38 22.36 57.8 -
YUV 100.64 185.21 224.55 -
System Red Green Blue C M Y K H S L
Decimal 236 12 202 0 0.95 0.14 0.07 309.11 0.9 0.49
Hex EC C CA 0 5F E 7 135 5A 31
Octal 354 14 312 0 137 16 7 465 132 61
Binary 11101100 1100 11001010 0 1011111 1110 111 100110101 1011010 110001

Color Harmonies of #EC0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CCA

Black with #EC0CCA

Text Example


Text Example

White with #EC0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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