#ED04B9

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

Shades of Shocking Pink #ED04B9

Tints of Shocking Pink #ED04B9

Color information

#ED04B9 (or 0xED04B9) is unknown color: approx Shocking Pink. HEX triplet: ED, 04 and B9. RGB value is (237,4,185). Sum of RGB (Red+Green+Blue) = 237+4+185=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED04B9 is #12FB46. Grayscale: #5D5D5D. Windows color (decimal): -1243975 or 12125421. OLE color: 12125421.

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

Color convert

RGB2374185-
CMYK00.980.220.07
HSL313.39º96.68%47.25%-
HSV(B)313.39º98.31%92.94%-
XYZ43.7321.5947.76-
YUV94.3179.19229.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.63%
GREEN value IS 4 (1.95% from 255) = 0.94%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=55.63%
G=0.94%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237418500.980.220.07313.3996.6847.25
HexED4B9062167139612f
Octal3554271014226747114157
Binary111011011001011100101100010101101111001110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED04B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED04B9; }

 p { color: rgb(237,4,185); }

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

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

 a { background-color: rgb(237,4,185); }

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

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

 span { border-color: rgb(237,4,185); }

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