#ED04B8

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

Shades of Shocking Pink #ED04B8

Tints of Shocking Pink #ED04B8

Color information

#ED04B8 (or 0xED04B8) is unknown color: approx Shocking Pink. HEX triplet: ED, 04 and B8. RGB value is (237,4,184). Sum of RGB (Red+Green+Blue) = 237+4+184=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED04B8 is #12FB47. Grayscale: #5D5D5D. Windows color (decimal): -1243976 or 12059885. OLE color: 12059885.

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

Color convert

RGB2374184-
CMYK00.980.220.07
HSL313.65º96.68%47.25%-
HSV(B)313.65º98.31%92.94%-
XYZ43.6221.5547.21-
YUV94.19178.69229.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.76%
GREEN value IS 4 (1.95% from 255) = 0.94%
BLUE value IS 184 (72.27% from 255) = 43.29%
R=55.76%
G=0.94%
B=43.29%

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
Decimal237418400.980.220.07313.6596.6847.25
HexED4B806216713a612f
Octal3554270014226747214157
Binary111011011001011100001100010101101111001110101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED04B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED04B8; }

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

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

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

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

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

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

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

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