#EBA0D0

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

Shades of Shocking #EBA0D0

Tints of Shocking #EBA0D0

Color information

#EBA0D0 (or 0xEBA0D0) is unknown color: approx Shocking. HEX triplet: EB, A0 and D0. RGB value is (235,160,208). Sum of RGB (Red+Green+Blue) = 235+160+208=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0D0 is #145F2F. Grayscale: #BBBBBB. Windows color (decimal): -1335088 or 13672683. OLE color: 13672683.

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

Color convert

RGB235160208-
CMYK00.320.110.08
HSL321.6º65.22%77.45%-
HSV(B)321.6º31.91%92.16%-
XYZ58.2247.3665.75-
YUV187.9139.35161.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=38.97%
G=26.53%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516020800.320.110.08321.665.2277.45
HexEBA0D0020B8142414d
Octal3532403200401310502101115
Binary11101011101000001101000001000001011100010100001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0D0; }

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

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

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

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

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

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

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

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