#EB93CE

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

Shades of Shocking #EB93CE

Tints of Shocking #EB93CE

Color information

#EB93CE (or 0xEB93CE) is unknown color: approx Shocking. HEX triplet: EB, 93 and CE. RGB value is (235,147,206). Sum of RGB (Red+Green+Blue) = 235+147+206=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93CE is #146C31. Grayscale: #B3B3B3. Windows color (decimal): -1338418 or 13538283. OLE color: 13538283.

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

Color convert

RGB235147206-
CMYK00.370.120.08
HSL319.77º68.75%74.9%-
HSV(B)319.77º37.45%92.16%-
XYZ55.8442.9963.75-
YUV180.04142.65167.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 147 (57.81% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=39.97%
G=25%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514720600.370.120.08319.7768.7574.9
HexEB93CE025C8140454b
Octal3532233160451410500105113
Binary11101011100100111100111001001011100100010100000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93CE; }

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

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

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

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

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

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

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

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