#EB04B9

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

Shades of Shocking Pink #EB04B9

Tints of Shocking Pink #EB04B9

Color information

#EB04B9 (or 0xEB04B9) is unknown color: approx Shocking Pink. HEX triplet: EB, 04 and B9. RGB value is (235,4,185). Sum of RGB (Red+Green+Blue) = 235+4+185=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB04B9 is #14FB46. Grayscale: #5D5D5D. Windows color (decimal): -1375047 or 12125419. OLE color: 12125419.

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

Color convert

RGB2354185-
CMYK00.980.210.08
HSL312.99º96.65%46.86%-
HSV(B)312.99º98.3%92.16%-
XYZ43.0621.2547.73-
YUV93.7179.53228.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.42%
GREEN value IS 4 (1.95% from 255) = 0.94%
BLUE value IS 185 (72.66% from 255) = 43.63%
R=55.42%
G=0.94%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235418500.980.210.08312.9996.6546.86
HexEB4B9062158139612f
Octal35342710142251047114157
Binary1110101110010111001011000101010110001001110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB04B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB04B9; }

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

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

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

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

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

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

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

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