#ED0BC5

Color #ED0BC5 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #ED0BC5

Tints of Shocking Pink #ED0BC5

Color information

#ED0BC5 (or 0xED0BC5) is unknown color: approx Shocking Pink. HEX triplet: ED, 0B and C5. RGB value is (237,11,197). Sum of RGB (Red+Green+Blue) = 237+11+197=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BC5 is #12F43A. Grayscale: #636363. Windows color (decimal): -1242171 or 12913645. OLE color: 12913645.

HSL color Cylindrical-coordinate representation of color #ED0BC5: hue angle of 310.62º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0BC5 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB23711197-
CMYK00.950.170.07
HSL310.62º91.13%48.63%-
HSV(B)310.62º95.36%92.94%-
XYZ45.1222.2854.74-
YUV99.78182.87225.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.26%
GREEN value IS 11 (4.69% from 255) = 2.47%
BLUE value IS 197 (77.34% from 255) = 44.27%
R=53.26%
G=2.47%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371119700.950.170.07310.6291.1348.63
HexEDBC505F1171375b31
Octal35513305013721746713361
Binary1110110110111100010101011111100011111001101111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0BC5; }

 p { color: rgb(237,11,197); }

 H1.HeaderClassName
 {
   color: #ED0BC5;
 }
 .AnyTagClassName
 {
   color: #ED0BC5;
 }
</style>
background-color css

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

 a { background-color: rgb(237,11,197); }

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

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

 span { border-color: rgb(237,11,197); }

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