#EB93C1

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

Shades of Shocking #EB93C1

Tints of Shocking #EB93C1

Color information

#EB93C1 (or 0xEB93C1) is unknown color: approx Shocking. HEX triplet: EB, 93 and C1. RGB value is (235,147,193). Sum of RGB (Red+Green+Blue) = 235+147+193=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93C1 is #146C3E. Grayscale: #B2B2B2. Windows color (decimal): -1338431 or 12686315. OLE color: 12686315.

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

Color convert

RGB235147193-
CMYK00.370.180.08
HSL328.64º68.75%74.9%-
HSV(B)328.64º37.45%92.16%-
XYZ54.3242.3855.77-
YUV178.56136.15168.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 147 (57.81% from 255) = 25.57%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=40.87%
G=25.57%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514719300.370.180.08328.6468.7574.9
HexEB93C1025128149454b
Octal3532233010452210511105113
Binary111010111001001111000001010010110010100010100100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93C1; }

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

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

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

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

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

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

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

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