#ED0FBD

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

Shades of Shocking Pink #ED0FBD

Tints of Shocking Pink #ED0FBD

Color information

#ED0FBD (or 0xED0FBD) is unknown color: approx Shocking Pink. HEX triplet: ED, 0F and BD. RGB value is (237,15,189). Sum of RGB (Red+Green+Blue) = 237+15+189=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FBD is #12F042. Grayscale: #646464. Windows color (decimal): -1241155 or 12390381. OLE color: 12390381.

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

Color convert

RGB23715189-
CMYK00.940.200.07
HSL312.97º88.1%49.41%-
HSV(B)312.97º93.67%92.94%-
XYZ44.2822.0250.06-
YUV101.21177.55224.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.74%
GREEN value IS 15 (6.25% from 255) = 3.40%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=53.74%
G=3.40%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371518900.940.200.07312.9788.149.41
HexEDFBD05E1471395831
Octal35517275013624747113061
Binary1110110111111011110101011110101001111001110011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0FBD; }

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

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

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

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

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

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

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

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