Html Css Color HEX #EC1CC1 Shocking Pink

📋 copy color: '#EC1CC1'

red 236 ◦ green 28 ◦ blue 193

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

Shades of Shocking Pink #EC1CC1

Tints of Shocking Pink #EC1CC1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.13%

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 51.64%
G = 6.13%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC1CC1 (or 0xEC1CC1) is known color: Shocking Pink. HEX triplet: EC, 1C and C1. RGB value is (236,28,193). Sum of RGB (Red+Green+Blue) = 236+28+193=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CC1 is #13E33E. Grayscale: #6C6C6C. Windows color (decimal): -1303359 or 12655852. OLE color: 12655852.

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

Color convert

RGB 236 28 193 -
CMYK 0 0.88 0.18 0.07
HSL 312.4º 0.85% 0.52% -
HSV(B) 312.4º 0.88% 0.93% -
XYZ 44.63 22.51 52.45 -
YUV 109 175.41 218.58 -
System Red Green Blue C M Y K H S L
Decimal 236 28 193 0 0.88 0.18 0.07 312.4 0.85 0.52
Hex EC 1C C1 0 58 12 7 138 55 34
Octal 354 34 301 0 130 22 7 470 125 64
Binary 11101100 11100 11000001 0 1011000 10010 111 100111000 1010101 110100

Color Harmonies of #EC1CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1CC1

Black with #EC1CC1

Text Example


Text Example

White with #EC1CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1CC1; }

 p { color: rgb(236,28,193); }

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

background-color css

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

 a { background-color: rgb(236,28,193); }

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

border-color css

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

 span { border-color: rgb(236,28,193); }

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