Html Css Color HEX #EC01BD Shocking Pink

📋 copy color: '#EC01BD'

red 236 ◦ green 1 ◦ blue 189

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

Shades of Shocking Pink #EC01BD

Tints of Shocking Pink #EC01BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 55.4%
G = 0.23%
B = 44.37%

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

#EC01BD (or 0xEC01BD) is known color: Shocking Pink. HEX triplet: EC, 01 and BD. RGB value is (236,1,189). Sum of RGB (Red+Green+Blue) = 236+1+189=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01BD is #13FE42. Grayscale: #5C5C5C. Windows color (decimal): -1310275 or 12386796. OLE color: 12386796.

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

Color convert

RGB 236 1 189 -
CMYK 0 1.00 0.20 0.07
HSL 312º 0.99% 0.46% -
HSV(B) 312º 1% 0.93% -
XYZ 43.79 21.53 49.99 -
YUV 92.7 182.36 230.21 -
System Red Green Blue C M Y K H S L
Decimal 236 1 189 0 1.00 0.20 0.07 312 0.99 0.46
Hex EC 1 BD 0 64 14 7 138 63 2E
Octal 354 1 275 0 144 24 7 470 143 56
Binary 11101100 1 10111101 0 1100100 10100 111 100111000 1100011 101110

Color Harmonies of #EC01BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01BD

Black with #EC01BD

Text Example


Text Example

White with #EC01BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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