#EB93B7

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

Shades of Shocking #EB93B7

Tints of Shocking #EB93B7

Color information

#EB93B7 (or 0xEB93B7) is unknown color: approx Shocking. HEX triplet: EB, 93 and B7. RGB value is (235,147,183). Sum of RGB (Red+Green+Blue) = 235+147+183=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93B7 is #146C48. Grayscale: #B1B1B1. Windows color (decimal): -1338441 or 12030955. OLE color: 12030955.

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

Color convert

RGB235147183-
CMYK00.370.220.08
HSL335.45º68.75%74.9%-
HSV(B)335.45º37.45%92.16%-
XYZ53.2441.9550.09-
YUV177.42131.15169.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 147 (57.81% from 255) = 26.02%
BLUE value IS 183 (71.88% from 255) = 32.39%
R=41.59%
G=26.02%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514718300.370.220.08335.4568.7574.9
HexEB93B702516814f454b
Octal3532232670452610517105113
Binary111010111001001110110111010010110110100010100111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93B7; }

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

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

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

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

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

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

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

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