Html Css Color HEX #ED01BC Shocking Pink

📋 copy color: '#ED01BC'

red 237 ◦ green 1 ◦ blue 188

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

Shades of Shocking Pink #ED01BC

Tints of Shocking Pink #ED01BC

RGB

 RED value IS 237 (92.97% from 255) = 55.63%

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

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

R = 55.63%
G = 0.23%
B = 44.13%

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

#ED01BC (or 0xED01BC) is known color: Shocking Pink. HEX triplet: ED, 01 and BC. RGB value is (237,1,188). Sum of RGB (Red+Green+Blue) = 237+1+188=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01BC is #12FE43. Grayscale: #5C5C5C. Windows color (decimal): -1244740 or 12321261. OLE color: 12321261.

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

Color convert

RGB 237 1 188 -
CMYK 0 1.00 0.21 0.07
HSL 312.46º 0.99% 0.47% -
HSV(B) 312.46º 1% 0.93% -
XYZ 44.01 21.66 49.44 -
YUV 92.88 181.69 230.79 -
System Red Green Blue C M Y K H S L
Decimal 237 1 188 0 1.00 0.21 0.07 312.46 0.99 0.47
Hex ED 1 BC 0 64 15 7 138 63 2F
Octal 355 1 274 0 144 25 7 470 143 57
Binary 11101101 1 10111100 0 1100100 10101 111 100111000 1100011 101111

Color Harmonies of #ED01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED01BC

Black with #ED01BC

Text Example


Text Example

White with #ED01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED01BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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