#ED0FBA

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

Shades of Shocking Pink #ED0FBA

Tints of Shocking Pink #ED0FBA

Color information

#ED0FBA (or 0xED0FBA) is unknown color: approx Shocking Pink. HEX triplet: ED, 0F and BA. RGB value is (237,15,186). Sum of RGB (Red+Green+Blue) = 237+15+186=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FBA is #12F045. Grayscale: #646464. Windows color (decimal): -1241158 or 12193773. OLE color: 12193773.

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

Color convert

RGB23715186-
CMYK00.940.220.07
HSL313.78º88.1%49.41%-
HSV(B)313.78º93.67%92.94%-
XYZ43.9621.8948.36-
YUV100.87176.05225.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.11%
GREEN value IS 15 (6.25% from 255) = 3.42%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=54.11%
G=3.42%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371518600.940.220.07313.7888.149.41
HexEDFBA05E16713a5831
Octal35517272013626747213061
Binary1110110111111011101001011110101101111001110101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0FBA; }

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

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

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

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

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

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

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

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