#EB93BF

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

Shades of Shocking #EB93BF

Tints of Shocking #EB93BF

Color information

#EB93BF (or 0xEB93BF) is unknown color: approx Shocking. HEX triplet: EB, 93 and BF. RGB value is (235,147,191). Sum of RGB (Red+Green+Blue) = 235+147+191=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93BF is #146C40. Grayscale: #B2B2B2. Windows color (decimal): -1338433 or 12555243. OLE color: 12555243.

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

Color convert

RGB235147191-
CMYK00.370.190.08
HSL330º68.75%74.9%-
HSV(B)330º37.45%92.16%-
XYZ54.142.2954.6-
YUV178.33135.15168.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 191 (75% from 255) = 33.33%
R=41.01%
G=25.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514719100.370.190.0833068.7574.9
HexEB93BF02513814a454b
Octal3532232770452310512105113
Binary111010111001001110111111010010110011100010100101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93BF; }

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

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

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

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

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

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

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

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