Html Css Color HEX #EC18D1 Shocking Pink

📋 copy color: '#EC18D1'

red 236 ◦ green 24 ◦ blue 209

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

Shades of Shocking Pink #EC18D1

Tints of Shocking Pink #EC18D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 50.32%
G = 5.12%
B = 44.56%

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

#EC18D1 (or 0xEC18D1) is known color: Shocking Pink. HEX triplet: EC, 18 and D1. RGB value is (236,24,209). Sum of RGB (Red+Green+Blue) = 236+24+209=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18D1 is #13E72E. Grayscale: #6B6B6B. Windows color (decimal): -1304367 or 13703404. OLE color: 13703404.

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

Color convert

RGB 236 24 209 -
CMYK 0 0.90 0.11 0.07
HSL 307.64º 0.85% 0.51% -
HSV(B) 307.64º 0.9% 0.93% -
XYZ 46.43 23.09 62.33 -
YUV 108.48 184.74 218.96 -
System Red Green Blue C M Y K H S L
Decimal 236 24 209 0 0.90 0.11 0.07 307.64 0.85 0.51
Hex EC 18 D1 0 5A B 7 134 55 33
Octal 354 30 321 0 132 13 7 464 125 63
Binary 11101100 11000 11010001 0 1011010 1011 111 100110100 1010101 110011

Color Harmonies of #EC18D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18D1

Black with #EC18D1

Text Example


Text Example

White with #EC18D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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