Html Css Color HEX #EC10D1 Shocking Pink

📋 copy color: '#EC10D1'

red 236 ◦ green 16 ◦ blue 209

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

Shades of Shocking Pink #EC10D1

Tints of Shocking Pink #EC10D1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.47%

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

R = 51.19%
G = 3.47%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC10D1 (or 0xEC10D1) is known color: Shocking Pink. HEX triplet: EC, 10 and D1. RGB value is (236,16,209). Sum of RGB (Red+Green+Blue) = 236+16+209=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC10D1 is #13EF2E. Grayscale: #676767. Windows color (decimal): -1306415 or 13701356. OLE color: 13701356.

HSL color Cylindrical-coordinate representation of color #EC10D1: hue angle of 307.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10D1 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 16 209 -
CMYK 0 0.93 0.11 0.07
HSL 307.36º 0.87% 0.49% -
HSV(B) 307.36º 0.93% 0.93% -
XYZ 46.29 22.81 62.28 -
YUV 103.78 187.39 222.31 -
System Red Green Blue C M Y K H S L
Decimal 236 16 209 0 0.93 0.11 0.07 307.36 0.87 0.49
Hex EC 10 D1 0 5D B 7 133 57 31
Octal 354 20 321 0 135 13 7 463 127 61
Binary 11101100 10000 11010001 0 1011101 1011 111 100110011 1010111 110001

Color Harmonies of #EC10D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10D1

Black with #EC10D1

Text Example


Text Example

White with #EC10D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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