#EB93C7

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

Shades of Shocking #EB93C7

Tints of Shocking #EB93C7

Color information

#EB93C7 (or 0xEB93C7) is unknown color: approx Shocking. HEX triplet: EB, 93 and C7. RGB value is (235,147,199). Sum of RGB (Red+Green+Blue) = 235+147+199=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93C7 is #146C38. Grayscale: #B3B3B3. Windows color (decimal): -1338425 or 13079531. OLE color: 13079531.

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

Color convert

RGB235147199-
CMYK00.370.150.08
HSL324.55º68.75%74.9%-
HSV(B)324.55º37.45%92.16%-
XYZ5542.6559.37-
YUV179.24139.15167.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 199 (78.12% from 255) = 34.25%
R=40.45%
G=25.30%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514719900.370.150.08324.5568.7574.9
HexEB93C7025F8145454b
Octal3532233070451710505105113
Binary11101011100100111100011101001011111100010100010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93C7; }

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

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

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

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

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

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

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

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