#EBA0C6

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

Shades of Shocking #EBA0C6

Tints of Shocking #EBA0C6

Color information

#EBA0C6 (or 0xEBA0C6) is unknown color: approx Shocking. HEX triplet: EB, A0 and C6. RGB value is (235,160,198). Sum of RGB (Red+Green+Blue) = 235+160+198=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0C6 is #145F39. Grayscale: #BABABA. Windows color (decimal): -1335098 or 13017323. OLE color: 13017323.

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

Color convert

RGB235160198-
CMYK00.320.160.08
HSL329.6º65.22%77.45%-
HSV(B)329.6º31.91%92.16%-
XYZ57.0246.8859.47-
YUV186.76134.35162.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 160 (62.89% from 255) = 26.98%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=39.63%
G=26.98%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516019800.320.160.08329.665.2277.45
HexEBA0C602010814a414d
Octal3532403060402010512101115
Binary111010111010000011000110010000010000100010100101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0C6; }

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

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

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

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

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

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

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

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