#ED04BA

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

Shades of Shocking Pink #ED04BA

Tints of Shocking Pink #ED04BA

Color information

#ED04BA (or 0xED04BA) is unknown color: approx Shocking Pink. HEX triplet: ED, 04 and BA. RGB value is (237,4,186). Sum of RGB (Red+Green+Blue) = 237+4+186=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED04BA is #12FB45. Grayscale: #5D5D5D. Windows color (decimal): -1243974 or 12190957. OLE color: 12190957.

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

Color convert

RGB2374186-
CMYK00.980.220.07
HSL313.13º96.68%47.25%-
HSV(B)313.13º98.31%92.94%-
XYZ43.8321.6448.32-
YUV94.42179.69229.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 4 (1.95% from 255) = 0.94%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=55.50%
G=0.94%
B=43.56%

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
Decimal237418600.980.220.07313.1396.6847.25
HexED4BA062167139612f
Octal3554272014226747114157
Binary111011011001011101001100010101101111001110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED04BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED04BA; }

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

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

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

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

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

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

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

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