#EBA4BA

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

Shades of Shocking #EBA4BA

Tints of Shocking #EBA4BA

Color information

#EBA4BA (or 0xEBA4BA) is unknown color: approx Shocking. HEX triplet: EB, A4 and BA. RGB value is (235,164,186). Sum of RGB (Red+Green+Blue) = 235+164+186=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4BA is #145B45. Grayscale: #BBBBBB. Windows color (decimal): -1334086 or 12231915. OLE color: 12231915.

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

Color convert

RGB235164186-
CMYK00.300.210.08
HSL341.41º63.96%78.24%-
HSV(B)341.41º30.21%92.16%-
XYZ56.447.7652.7-
YUV187.74127.02161.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=40.17%
G=28.03%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516418600.300.210.08341.4163.9678.24
HexEBA4BA01E158155404e
Octal3532442720362510525100116
Binary11101011101001001011101001111010101100010101010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4BA; }

 p { color: rgb(235,164,186); }

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

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

 a { background-color: rgb(235,164,186); }

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

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

 span { border-color: rgb(235,164,186); }

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