#EB9ACC

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

Shades of Shocking #EB9ACC

Tints of Shocking #EB9ACC

Color information

#EB9ACC (or 0xEB9ACC) is unknown color: approx Shocking. HEX triplet: EB, 9A and CC. RGB value is (235,154,204). Sum of RGB (Red+Green+Blue) = 235+154+204=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ACC is #146533. Grayscale: #B7B7B7. Windows color (decimal): -1336628 or 13409003. OLE color: 13409003.

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

Color convert

RGB235154204-
CMYK00.340.130.08
HSL322.96º66.94%76.27%-
HSV(B)322.96º34.47%92.16%-
XYZ56.7245.1362.85-
YUV183.92139.34164.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=39.63%
G=25.97%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515420400.340.130.08322.9666.9476.27
HexEB9ACC022D8143434c
Octal3532323140421510503103114
Binary11101011100110101100110001000101101100010100001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ACC; }

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

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

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

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

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

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

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

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