#EBA6C0

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

Shades of Shocking #EBA6C0

Tints of Shocking #EBA6C0

Color information

#EBA6C0 (or 0xEBA6C0) is unknown color: approx Shocking. HEX triplet: EB, A6 and C0. RGB value is (235,166,192). Sum of RGB (Red+Green+Blue) = 235+166+192=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6C0 is #14593F. Grayscale: #BDBDBD. Windows color (decimal): -1333568 or 12625643. OLE color: 12625643.

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

Color convert

RGB235166192-
CMYK00.290.180.08
HSL337.39º63.3%78.63%-
HSV(B)337.39º29.36%92.16%-
XYZ57.4148.7456.25-
YUV189.6129.36160.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=39.63%
G=27.99%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516619200.290.180.08337.3963.378.63
HexEBA6C001D1281513f4f
Octal353246300035221052177117
Binary1110101110100110110000000111011001010001010100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6C0; }

 p { color: rgb(235,166,192); }

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

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

 a { background-color: rgb(235,166,192); }

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

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

 span { border-color: rgb(235,166,192); }

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