Html Css Color HEX #EC1DD6 Shocking Pink

📋 copy color: '#EC1DD6'

red 236 ◦ green 29 ◦ blue 214

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

Shades of Shocking Pink #EC1DD6

Tints of Shocking Pink #EC1DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 49.27%
G = 6.05%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC1DD6 (or 0xEC1DD6) is known color: Shocking Pink. HEX triplet: EC, 1D and D6. RGB value is (236,29,214). Sum of RGB (Red+Green+Blue) = 236+29+214=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DD6 is #13E229. Grayscale: #6F6F6F. Windows color (decimal): -1303082 or 14032364. OLE color: 14032364.

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

Color convert

RGB 236 29 214 -
CMYK 0 0.88 0.09 0.07
HSL 306.38º 0.84% 0.52% -
HSV(B) 306.38º 0.88% 0.93% -
XYZ 47.17 23.57 65.68 -
YUV 111.98 185.58 216.46 -
System Red Green Blue C M Y K H S L
Decimal 236 29 214 0 0.88 0.09 0.07 306.38 0.84 0.52
Hex EC 1D D6 0 58 9 7 132 54 34
Octal 354 35 326 0 130 11 7 462 124 64
Binary 11101100 11101 11010110 0 1011000 1001 111 100110010 1010100 110100

Color Harmonies of #EC1DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DD6

Black with #EC1DD6

Text Example


Text Example

White with #EC1DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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