Html Css Color HEX #EC1DCC Shocking Pink

📋 copy color: '#EC1DCC'

red 236 ◦ green 29 ◦ blue 204

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

Shades of Shocking Pink #EC1DCC

Tints of Shocking Pink #EC1DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 50.32%
G = 6.18%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC1DCC (or 0xEC1DCC) is known color: Shocking Pink. HEX triplet: EC, 1D and CC. RGB value is (236,29,204). Sum of RGB (Red+Green+Blue) = 236+29+204=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DCC is #13E233. Grayscale: #6E6E6E. Windows color (decimal): -1303092 or 13377004. OLE color: 13377004.

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

Color convert

RGB 236 29 204 -
CMYK 0 0.88 0.14 0.07
HSL 309.28º 0.84% 0.52% -
HSV(B) 309.28º 0.88% 0.93% -
XYZ 45.93 23.07 59.16 -
YUV 110.84 180.58 217.27 -
System Red Green Blue C M Y K H S L
Decimal 236 29 204 0 0.88 0.14 0.07 309.28 0.84 0.52
Hex EC 1D CC 0 58 E 7 135 54 34
Octal 354 35 314 0 130 16 7 465 124 64
Binary 11101100 11101 11001100 0 1011000 1110 111 100110101 1010100 110100

Color Harmonies of #EC1DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DCC

Black with #EC1DCC

Text Example


Text Example

White with #EC1DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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