Html Css Color HEX #EC0CCD Shocking Pink

📋 copy color: '#EC0CCD'

red 236 ◦ green 12 ◦ blue 205

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

Shades of Shocking Pink #EC0CCD

Tints of Shocking Pink #EC0CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 52.1%
G = 2.65%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC0CCD (or 0xEC0CCD) is known color: Shocking Pink. HEX triplet: EC, 0C and CD. RGB value is (236,12,205). Sum of RGB (Red+Green+Blue) = 236+12+205=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CCD is #13F332. Grayscale: #646464. Windows color (decimal): -1307443 or 13438188. OLE color: 13438188.

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

Color convert

RGB 236 12 205 -
CMYK 0 0.95 0.13 0.07
HSL 308.3º 0.9% 0.49% -
HSV(B) 308.3º 0.95% 0.93% -
XYZ 45.74 22.5 59.69 -
YUV 100.98 186.71 224.31 -
System Red Green Blue C M Y K H S L
Decimal 236 12 205 0 0.95 0.13 0.07 308.3 0.9 0.49
Hex EC C CD 0 5F D 7 134 5A 31
Octal 354 14 315 0 137 15 7 464 132 61
Binary 11101100 1100 11001101 0 1011111 1101 111 100110100 1011010 110001

Color Harmonies of #EC0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CCD

Black with #EC0CCD

Text Example


Text Example

White with #EC0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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