Html Css Color HEX #EC18D2 Shocking Pink

📋 copy color: '#EC18D2'

red 236 ◦ green 24 ◦ blue 210

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

Shades of Shocking Pink #EC18D2

Tints of Shocking Pink #EC18D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 50.21%
G = 5.11%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC18D2 (or 0xEC18D2) is known color: Shocking Pink. HEX triplet: EC, 18 and D2. RGB value is (236,24,210). Sum of RGB (Red+Green+Blue) = 236+24+210=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18D2 is #13E72D. Grayscale: #6C6C6C. Windows color (decimal): -1304366 or 13768940. OLE color: 13768940.

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

Color convert

RGB 236 24 210 -
CMYK 0 0.90 0.11 0.07
HSL 307.36º 0.85% 0.51% -
HSV(B) 307.36º 0.9% 0.93% -
XYZ 46.55 23.14 62.99 -
YUV 108.59 185.24 218.88 -
System Red Green Blue C M Y K H S L
Decimal 236 24 210 0 0.90 0.11 0.07 307.36 0.85 0.51
Hex EC 18 D2 0 5A B 7 133 55 33
Octal 354 30 322 0 132 13 7 463 125 63
Binary 11101100 11000 11010010 0 1011010 1011 111 100110011 1010101 110011

Color Harmonies of #EC18D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18D2

Black with #EC18D2

Text Example


Text Example

White with #EC18D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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