Html Css Color HEX #EC1DD1 Shocking Pink

📋 copy color: '#EC1DD1'

red 236 ◦ green 29 ◦ blue 209

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

Shades of Shocking Pink #EC1DD1

Tints of Shocking Pink #EC1DD1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.12%

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

R = 49.79%
G = 6.12%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC1DD1 (or 0xEC1DD1) is known color: Shocking Pink. HEX triplet: EC, 1D and D1. RGB value is (236,29,209). Sum of RGB (Red+Green+Blue) = 236+29+209=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DD1 is #13E22E. Grayscale: #6E6E6E. Windows color (decimal): -1303087 or 13704684. OLE color: 13704684.

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

Color convert

RGB 236 29 209 -
CMYK 0 0.88 0.11 0.07
HSL 307.83º 0.84% 0.52% -
HSV(B) 307.83º 0.88% 0.93% -
XYZ 46.54 23.32 62.37 -
YUV 111.41 183.08 216.86 -
System Red Green Blue C M Y K H S L
Decimal 236 29 209 0 0.88 0.11 0.07 307.83 0.84 0.52
Hex EC 1D D1 0 58 B 7 134 54 34
Octal 354 35 321 0 130 13 7 464 124 64
Binary 11101100 11101 11010001 0 1011000 1011 111 100110100 1010100 110100

Color Harmonies of #EC1DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DD1

Black with #EC1DD1

Text Example


Text Example

White with #EC1DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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