#EBA7CA

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

Shades of Shocking #EBA7CA

Tints of Shocking #EBA7CA

Color information

#EBA7CA (or 0xEBA7CA) is unknown color: approx Shocking. HEX triplet: EB, A7 and CA. RGB value is (235,167,202). Sum of RGB (Red+Green+Blue) = 235+167+202=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7CA is #145835. Grayscale: #BFBFBF. Windows color (decimal): -1333302 or 13281259. OLE color: 13281259.

HSL color Cylindrical-coordinate representation of color #EBA7CA: hue angle of 329.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7CA is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235167202-
CMYK00.290.140.08
HSL329.12º62.96%78.82%-
HSV(B)329.12º28.94%92.16%-
XYZ58.7449.5662.35-
YUV191.32134.03159.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=38.91%
G=27.65%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516720200.290.140.08329.1262.9678.82
HexEBA7CA01DE81493f4f
Octal353247312035161051177117
Binary111010111010011111001010011101111010001010010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7CA; }

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

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

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

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

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

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

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

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