#EB93BD

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

Shades of Shocking #EB93BD

Tints of Shocking #EB93BD

Color information

#EB93BD (or 0xEB93BD) is unknown color: approx Shocking. HEX triplet: EB, 93 and BD. RGB value is (235,147,189). Sum of RGB (Red+Green+Blue) = 235+147+189=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93BD is #146C42. Grayscale: #B2B2B2. Windows color (decimal): -1338435 or 12424171. OLE color: 12424171.

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

Color convert

RGB235147189-
CMYK00.370.200.08
HSL331.36º68.75%74.9%-
HSV(B)331.36º37.45%92.16%-
XYZ53.8842.253.45-
YUV178.1134.15168.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=41.16%
G=25.74%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514718900.370.200.08331.3668.7574.9
HexEB93BD02514814b454b
Octal3532232750452410513105113
Binary111010111001001110111101010010110100100010100101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93BD; }

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

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

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

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

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

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

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

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