Html Css Color HEX #EC15CC Shocking Pink

📋 copy color: '#EC15CC'

red 236 ◦ green 21 ◦ blue 204

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

Shades of Shocking Pink #EC15CC

Tints of Shocking Pink #EC15CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.56%

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

R = 51.19%
G = 4.56%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC15CC (or 0xEC15CC) is known color: Shocking Pink. HEX triplet: EC, 15 and CC. RGB value is (236,21,204). Sum of RGB (Red+Green+Blue) = 236+21+204=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15CC is #13EA33. Grayscale: #696969. Windows color (decimal): -1305140 or 13374956. OLE color: 13374956.

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

Color convert

RGB 236 21 204 -
CMYK 0 0.91 0.14 0.07
HSL 308.93º 0.85% 0.5% -
HSV(B) 308.93º 0.91% 0.93% -
XYZ 45.76 22.73 59.1 -
YUV 106.15 183.23 220.62 -
System Red Green Blue C M Y K H S L
Decimal 236 21 204 0 0.91 0.14 0.07 308.93 0.85 0.5
Hex EC 15 CC 0 5B E 7 135 55 32
Octal 354 25 314 0 133 16 7 465 125 62
Binary 11101100 10101 11001100 0 1011011 1110 111 100110101 1010101 110010

Color Harmonies of #EC15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15CC

Black with #EC15CC

Text Example


Text Example

White with #EC15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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