#EB04B8

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

Shades of Shocking Pink #EB04B8

Tints of Shocking Pink #EB04B8

Color information

#EB04B8 (or 0xEB04B8) is unknown color: approx Shocking Pink. HEX triplet: EB, 04 and B8. RGB value is (235,4,184). Sum of RGB (Red+Green+Blue) = 235+4+184=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB04B8 is #14FB47. Grayscale: #5D5D5D. Windows color (decimal): -1375048 or 12059883. OLE color: 12059883.

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

Color convert

RGB2354184-
CMYK00.980.220.08
HSL313.25º96.65%46.86%-
HSV(B)313.25º98.3%92.16%-
XYZ42.9621.2147.18-
YUV93.59179.03228.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.56%
GREEN value IS 4 (1.95% from 255) = 0.95%
BLUE value IS 184 (72.27% from 255) = 43.50%
R=55.56%
G=0.95%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235418400.980.220.08313.2596.6546.86
HexEB4B8062168139612f
Octal35342700142261047114157
Binary1110101110010111000011000101011010001001110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB04B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB04B8; }

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

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

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

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

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

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

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

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