Html Css Color HEX #EC1ED2 Shocking Pink

📋 copy color: '#EC1ED2'

red 236 ◦ green 30 ◦ blue 210

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

Shades of Shocking Pink #EC1ED2

Tints of Shocking Pink #EC1ED2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.3%

 BLUE value IS 210 (82.42% from 255) = 44.12%

R = 49.58%
G = 6.3%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC1ED2 (or 0xEC1ED2) is known color: Shocking Pink. HEX triplet: EC, 1E and D2. RGB value is (236,30,210). Sum of RGB (Red+Green+Blue) = 236+30+210=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1ED2 is #13E12D. Grayscale: #6F6F6F. Windows color (decimal): -1302830 or 13770476. OLE color: 13770476.

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

Color convert

RGB 236 30 210 -
CMYK 0 0.87 0.11 0.07
HSL 307.57º 0.84% 0.52% -
HSV(B) 307.57º 0.87% 0.93% -
XYZ 46.69 23.41 63.03 -
YUV 112.11 183.25 216.36 -
System Red Green Blue C M Y K H S L
Decimal 236 30 210 0 0.87 0.11 0.07 307.57 0.84 0.52
Hex EC 1E D2 0 57 B 7 134 54 34
Octal 354 36 322 0 127 13 7 464 124 64
Binary 11101100 11110 11010010 0 1010111 1011 111 100110100 1010100 110100

Color Harmonies of #EC1ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1ED2

Black with #EC1ED2

Text Example


Text Example

White with #EC1ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1ED2; }

 p { color: rgb(236,30,210); }

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

background-color css

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

 a { background-color: rgb(236,30,210); }

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

border-color css

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

 span { border-color: rgb(236,30,210); }

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