Html Css Color HEX #EC1DB9 Shocking Pink

📋 copy color: '#EC1DB9'

red 236 ◦ green 29 ◦ blue 185

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

Shades of Shocking Pink #EC1DB9

Tints of Shocking Pink #EC1DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 52.44%
G = 6.44%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC1DB9 (or 0xEC1DB9) is known color: Shocking Pink. HEX triplet: EC, 1D and B9. RGB value is (236,29,185). Sum of RGB (Red+Green+Blue) = 236+29+185=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DB9 is #13E246. Grayscale: #6C6C6C. Windows color (decimal): -1303111 or 12131820. OLE color: 12131820.

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

Color convert

RGB 236 29 185 -
CMYK 0 0.88 0.22 0.07
HSL 314.78º 0.84% 0.52% -
HSV(B) 314.78º 0.88% 0.93% -
XYZ 43.79 22.21 47.88 -
YUV 108.68 171.08 218.82 -
System Red Green Blue C M Y K H S L
Decimal 236 29 185 0 0.88 0.22 0.07 314.78 0.84 0.52
Hex EC 1D B9 0 58 16 7 13B 54 34
Octal 354 35 271 0 130 26 7 473 124 64
Binary 11101100 11101 10111001 0 1011000 10110 111 100111011 1010100 110100

Color Harmonies of #EC1DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DB9

Black with #EC1DB9

Text Example


Text Example

White with #EC1DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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