#EBA5CA

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

Shades of Shocking #EBA5CA

Tints of Shocking #EBA5CA

Color information

#EBA5CA (or 0xEBA5CA) is unknown color: approx Shocking. HEX triplet: EB, A5 and CA. RGB value is (235,165,202). Sum of RGB (Red+Green+Blue) = 235+165+202=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 165 (64.84% from 255 or 27.41% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5CA is #145A35. Grayscale: #BEBEBE. Windows color (decimal): -1333814 or 13280747. OLE color: 13280747.

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

Color convert

RGB235165202-
CMYK00.300.140.08
HSL328.29º63.64%78.43%-
HSV(B)328.29º29.79%92.16%-
XYZ58.3848.8462.23-
YUV190.15134.69159.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 165 (64.84% from 255) = 27.41%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=39.04%
G=27.41%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516520200.300.140.08328.2963.6478.43
HexEBA5CA01EE8148404e
Octal3532453120361610510100116
Binary1110101110100101110010100111101110100010100100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5CA; }

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

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

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

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

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

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

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

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