Html Css Color HEX #EC01BC Shocking Pink

📋 copy color: '#EC01BC'

red 236 ◦ green 1 ◦ blue 188

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

Shades of Shocking Pink #EC01BC

Tints of Shocking Pink #EC01BC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 55.53%
G = 0.24%
B = 44.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC01BC (or 0xEC01BC) is known color: Shocking Pink. HEX triplet: EC, 01 and BC. RGB value is (236,1,188). Sum of RGB (Red+Green+Blue) = 236+1+188=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01BC is #13FE43. Grayscale: #5C5C5C. Windows color (decimal): -1310276 or 12321260. OLE color: 12321260.

HSL color Cylindrical-coordinate representation of color #EC01BC: hue angle of 312.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01BC is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 188 -
CMYK 0 1.00 0.20 0.07
HSL 312.26º 0.99% 0.46% -
HSV(B) 312.26º 1% 0.93% -
XYZ 43.68 21.49 49.42 -
YUV 92.58 181.86 230.29 -
System Red Green Blue C M Y K H S L
Decimal 236 1 188 0 1.00 0.20 0.07 312.26 0.99 0.46
Hex EC 1 BC 0 64 14 7 138 63 2E
Octal 354 1 274 0 144 24 7 470 143 56
Binary 11101100 1 10111100 0 1100100 10100 111 100111000 1100011 101110

Color Harmonies of #EC01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01BC

Black with #EC01BC

Text Example


Text Example

White with #EC01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01BC; }

 p { color: rgb(236,1,188); }

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

background-color css

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

 a { background-color: rgb(236,1,188); }

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

border-color css

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

 span { border-color: rgb(236,1,188); }

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