#ed00ba

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

Shades of Shocking Pink #ED00BA

Tints of Shocking Pink #ED00BA

Color information

#ED00BA (or 0xED00BA) is unknown color: approx Shocking Pink. HEX triplet: ED, 00 and BA. RGB value is (237,0,186). Sum of RGB (Red+Green+Blue) = 237+0+186=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED00BA is #12FF45. Grayscale: #5B5B5B. Windows color (decimal): -1244998 or 12189933. OLE color: 12189933.

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

Color convert

RGB2370186-
CMYK010.220.07
HSL312.91º100%46.47%-
HSV(B)312.91º100%92.94%-
XYZ43.7921.5548.31-
YUV92.07181.02231.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=56.03%
G=0%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2370186010.220.07312.9110046.47
HexED0BA064167139642e
Octal3550272014426747114456
Binary1110110101011101001100100101101111001110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed00ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed00ba; }

 p { color: rgb(237,0,186); }

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

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

 a { background-color: rgb(237,0,186); }

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

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

 span { border-color: rgb(237,0,186); }

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