#EBA5CC

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

Shades of Shocking #EBA5CC

Tints of Shocking #EBA5CC

Color information

#EBA5CC (or 0xEBA5CC) is unknown color: approx Shocking. HEX triplet: EB, A5 and CC. RGB value is (235,165,204). Sum of RGB (Red+Green+Blue) = 235+165+204=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5CC is #145A33. Grayscale: #BEBEBE. Windows color (decimal): -1333812 or 13411819. OLE color: 13411819.

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

Color convert

RGB235165204-
CMYK00.300.130.08
HSL326.57º63.64%78.43%-
HSV(B)326.57º29.79%92.16%-
XYZ58.6248.9363.48-
YUV190.38135.69159.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=38.91%
G=27.32%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516520400.300.130.08326.5763.6478.43
HexEBA5CC01ED8147404e
Octal3532453140361510507100116
Binary1110101110100101110011000111101101100010100011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5CC; }

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

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

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

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

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

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

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

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