Html Css Color HEX #EC18CC Shocking Pink

📋 copy color: '#EC18CC'

red 236 ◦ green 24 ◦ blue 204

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

Shades of Shocking Pink #EC18CC

Tints of Shocking Pink #EC18CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.17%

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

R = 50.86%
G = 5.17%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC18CC (or 0xEC18CC) is known color: Shocking Pink. HEX triplet: EC, 18 and CC. RGB value is (236,24,204). Sum of RGB (Red+Green+Blue) = 236+24+204=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18CC is #13E733. Grayscale: #6B6B6B. Windows color (decimal): -1304372 or 13375724. OLE color: 13375724.

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

Color convert

RGB 236 24 204 -
CMYK 0 0.90 0.14 0.07
HSL 309.06º 0.85% 0.51% -
HSV(B) 309.06º 0.9% 0.93% -
XYZ 45.82 22.85 59.12 -
YUV 107.91 182.24 219.36 -
System Red Green Blue C M Y K H S L
Decimal 236 24 204 0 0.90 0.14 0.07 309.06 0.85 0.51
Hex EC 18 CC 0 5A E 7 135 55 33
Octal 354 30 314 0 132 16 7 465 125 63
Binary 11101100 11000 11001100 0 1011010 1110 111 100110101 1010101 110011

Color Harmonies of #EC18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18CC

Black with #EC18CC

Text Example


Text Example

White with #EC18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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