#EBA1CC

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

Shades of Shocking #EBA1CC

Tints of Shocking #EBA1CC

Color information

#EBA1CC (or 0xEBA1CC) is unknown color: approx Shocking. HEX triplet: EB, A1 and CC. RGB value is (235,161,204). Sum of RGB (Red+Green+Blue) = 235+161+204=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1CC is #145E33. Grayscale: #BBBBBB. Windows color (decimal): -1334836 or 13410795. OLE color: 13410795.

HSL color Cylindrical-coordinate representation of color #EBA1CC: hue angle of 325.14º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA1CC is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235161204-
CMYK00.310.130.08
HSL325.14º64.91%77.65%-
HSV(B)325.14º31.49%92.16%-
XYZ57.947.5163.25-
YUV188.03137.02161.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 161 (63.28% from 255) = 26.83%
BLUE value IS 204 (80.08% from 255) = 34%
R=39.17%
G=26.83%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516120400.310.130.08325.1464.9177.65
HexEBA1CC01FD8145414e
Octal3532413140371510505101116
Binary1110101110100001110011000111111101100010100010110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1CC; }

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

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

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

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

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

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

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

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