#EB09B5

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

Shades of Shocking Pink #EB09B5

Tints of Shocking Pink #EB09B5

Color information

#EB09B5 (or 0xEB09B5) is unknown color: approx Shocking Pink. HEX triplet: EB, 09 and B5. RGB value is (235,9,181). Sum of RGB (Red+Green+Blue) = 235+9+181=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB09B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB09B5 is #14F64A. Grayscale: #5F5F5F. Windows color (decimal): -1373771 or 11864555. OLE color: 11864555.

HSL color Cylindrical-coordinate representation of color #EB09B5: hue angle of 314.34º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB09B5 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB2359181-
CMYK00.960.230.08
HSL314.34º92.62%47.84%-
HSV(B)314.34º96.17%92.16%-
XYZ42.721.1945.56-
YUV96.18175.87227.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.29%
GREEN value IS 9 (3.91% from 255) = 2.12%
BLUE value IS 181 (71.09% from 255) = 42.59%
R=55.29%
G=2.12%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235918100.960.230.08314.3492.6247.84
HexEB9B506017813a5d30
Octal353112650140271047213560
Binary11101011100110110101011000001011110001001110101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB09B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB09B5; }

 p { color: rgb(235,9,181); }

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

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

 a { background-color: rgb(235,9,181); }

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

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

 span { border-color: rgb(235,9,181); }

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