Html Css Color HEX #EC01BB Shocking Pink

📋 copy color: '#EC01BB'

red 236 ◦ green 1 ◦ blue 187

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

Shades of Shocking Pink #EC01BB

Tints of Shocking Pink #EC01BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 55.66%
G = 0.24%
B = 44.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC01BB (or 0xEC01BB) is known color: Shocking Pink. HEX triplet: EC, 01 and BB. RGB value is (236,1,187). Sum of RGB (Red+Green+Blue) = 236+1+187=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01BB is #13FE44. Grayscale: #5B5B5B. Windows color (decimal): -1310277 or 12255724. OLE color: 12255724.

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

Color convert

RGB 236 1 187 -
CMYK 0 1.00 0.21 0.07
HSL 312.51º 0.99% 0.46% -
HSV(B) 312.51º 1% 0.93% -
XYZ 43.57 21.44 48.86 -
YUV 92.47 181.36 230.38 -
System Red Green Blue C M Y K H S L
Decimal 236 1 187 0 1.00 0.21 0.07 312.51 0.99 0.46
Hex EC 1 BB 0 64 15 7 139 63 2E
Octal 354 1 273 0 144 25 7 471 143 56
Binary 11101100 1 10111011 0 1100100 10101 111 100111001 1100011 101110

Color Harmonies of #EC01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01BB

Black with #EC01BB

Text Example


Text Example

White with #EC01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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