Html Css Color HEX #EC18CD Shocking Pink

📋 copy color: '#EC18CD'

red 236 ◦ green 24 ◦ blue 205

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

Shades of Shocking Pink #EC18CD

Tints of Shocking Pink #EC18CD

RGB

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

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

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

R = 50.75%
G = 5.16%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC18CD (or 0xEC18CD) is known color: Shocking Pink. HEX triplet: EC, 18 and CD. RGB value is (236,24,205). Sum of RGB (Red+Green+Blue) = 236+24+205=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18CD is #13E732. Grayscale: #6B6B6B. Windows color (decimal): -1304371 or 13441260. OLE color: 13441260.

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

Color convert

RGB 236 24 205 -
CMYK 0 0.90 0.13 0.07
HSL 308.77º 0.85% 0.51% -
HSV(B) 308.77º 0.9% 0.93% -
XYZ 45.94 22.89 59.76 -
YUV 108.02 182.74 219.28 -
System Red Green Blue C M Y K H S L
Decimal 236 24 205 0 0.90 0.13 0.07 308.77 0.85 0.51
Hex EC 18 CD 0 5A D 7 135 55 33
Octal 354 30 315 0 132 15 7 465 125 63
Binary 11101100 11000 11001101 0 1011010 1101 111 100110101 1010101 110011

Color Harmonies of #EC18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18CD

Black with #EC18CD

Text Example


Text Example

White with #EC18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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