#EB07B7

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

Shades of Shocking Pink #EB07B7

Tints of Shocking Pink #EB07B7

Color information

#EB07B7 (or 0xEB07B7) is unknown color: approx Shocking Pink. HEX triplet: EB, 07 and B7. RGB value is (235,7,183). Sum of RGB (Red+Green+Blue) = 235+7+183=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB07B7 is #14F848. Grayscale: #5E5E5E. Windows color (decimal): -1374281 or 11995115. OLE color: 11995115.

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

Color convert

RGB2357183-
CMYK00.970.220.08
HSL313.68º94.21%47.45%-
HSV(B)313.68º97.02%92.16%-
XYZ42.8821.2346.64-
YUV95.24177.54227.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.29%
GREEN value IS 7 (3.12% from 255) = 1.65%
BLUE value IS 183 (71.88% from 255) = 43.06%
R=55.29%
G=1.65%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235718300.970.220.08313.6894.2147.45
HexEB7B706116813a5e2f
Octal35372670141261047213657
Binary1110101111110110111011000011011010001001110101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB07B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB07B7; }

 p { color: rgb(235,7,183); }

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

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

 a { background-color: rgb(235,7,183); }

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

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

 span { border-color: rgb(235,7,183); }

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