#EB9ACE

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

Shades of Shocking #EB9ACE

Tints of Shocking #EB9ACE

Color information

#EB9ACE (or 0xEB9ACE) is unknown color: approx Shocking. HEX triplet: EB, 9A and CE. RGB value is (235,154,206). Sum of RGB (Red+Green+Blue) = 235+154+206=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ACE is #146531. Grayscale: #B8B8B8. Windows color (decimal): -1336626 or 13540075. OLE color: 13540075.

HSL color Cylindrical-coordinate representation of color #EB9ACE: hue angle of 321.48º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9ACE is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235154206-
CMYK00.340.120.08
HSL321.48º66.94%76.27%-
HSV(B)321.48º34.47%92.16%-
XYZ56.9645.2364.12-
YUV184.15140.34164.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=39.50%
G=25.88%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515420600.340.120.08321.4866.9476.27
HexEB9ACE022C8141434c
Octal3532323160421410501103114
Binary11101011100110101100111001000101100100010100000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ACE; }

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

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

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

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

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

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

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

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