Html Css Color HEX #EC1DC5 Shocking Pink

📋 copy color: '#EC1DC5'

red 236 ◦ green 29 ◦ blue 197

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

Shades of Shocking Pink #EC1DC5

Tints of Shocking Pink #EC1DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.64%

R = 51.08%
G = 6.28%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC1DC5 (or 0xEC1DC5) is known color: Shocking Pink. HEX triplet: EC, 1D and C5. RGB value is (236,29,197). Sum of RGB (Red+Green+Blue) = 236+29+197=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DC5 is #13E23A. Grayscale: #6D6D6D. Windows color (decimal): -1303099 or 12918252. OLE color: 12918252.

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

Color convert

RGB 236 29 197 -
CMYK 0 0.88 0.17 0.07
HSL 311.3º 0.84% 0.52% -
HSV(B) 311.3º 0.88% 0.93% -
XYZ 45.11 22.74 54.84 -
YUV 110.05 177.08 217.84 -
System Red Green Blue C M Y K H S L
Decimal 236 29 197 0 0.88 0.17 0.07 311.3 0.84 0.52
Hex EC 1D C5 0 58 11 7 137 54 34
Octal 354 35 305 0 130 21 7 467 124 64
Binary 11101100 11101 11000101 0 1011000 10001 111 100110111 1010100 110100

Color Harmonies of #EC1DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DC5

Black with #EC1DC5

Text Example


Text Example

White with #EC1DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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