#EBA0C0

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

Shades of Shocking #EBA0C0

Tints of Shocking #EBA0C0

Color information

#EBA0C0 (or 0xEBA0C0) is unknown color: approx Shocking. HEX triplet: EB, A0 and C0. RGB value is (235,160,192). Sum of RGB (Red+Green+Blue) = 235+160+192=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0C0 is #145F3F. Grayscale: #BABABA. Windows color (decimal): -1335104 or 12624107. OLE color: 12624107.

HSL color Cylindrical-coordinate representation of color #EBA0C0: hue angle of 334.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0C0 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235160192-
CMYK00.320.180.08
HSL334.4º65.22%77.45%-
HSV(B)334.4º31.91%92.16%-
XYZ56.3546.6155.9-
YUV186.07131.35162.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 160 (62.89% from 255) = 27.26%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=40.03%
G=27.26%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516019200.320.180.08334.465.2277.45
HexEBA0C002012814e414d
Octal3532403000402210516101115
Binary111010111010000011000000010000010010100010100111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0C0; }

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

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

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

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

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

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

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

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