#EBA4CA

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

Shades of Shocking #EBA4CA

Tints of Shocking #EBA4CA

Color information

#EBA4CA (or 0xEBA4CA) is unknown color: approx Shocking. HEX triplet: EB, A4 and CA. RGB value is (235,164,202). Sum of RGB (Red+Green+Blue) = 235+164+202=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4CA is #145B35. Grayscale: #BDBDBD. Windows color (decimal): -1334070 or 13280491. OLE color: 13280491.

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

Color convert

RGB235164202-
CMYK00.300.140.08
HSL327.89º63.96%78.24%-
HSV(B)327.89º30.21%92.16%-
XYZ58.248.4862.17-
YUV189.56135.02160.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 164 (64.45% from 255) = 27.29%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=39.10%
G=27.29%
B=33.61%

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
Decimal23516420200.300.140.08327.8963.9678.24
HexEBA4CA01EE8148404e
Octal3532443120361610510100116
Binary1110101110100100110010100111101110100010100100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4CA; }

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

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

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

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

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

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

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

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