#EBA1BD

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

Shades of Shocking #EBA1BD

Tints of Shocking #EBA1BD

Color information

#EBA1BD (or 0xEBA1BD) is unknown color: approx Shocking. HEX triplet: EB, A1 and BD. RGB value is (235,161,189). Sum of RGB (Red+Green+Blue) = 235+161+189=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1BD is #145E42. Grayscale: #BABABA. Windows color (decimal): -1334851 or 12427755. OLE color: 12427755.

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

Color convert

RGB235161189-
CMYK00.310.200.08
HSL337.3º64.91%77.65%-
HSV(B)337.3º31.49%92.16%-
XYZ56.1946.8354.22-
YUV186.32129.52162.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 161 (63.28% from 255) = 27.52%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=40.17%
G=27.52%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516118900.310.200.08337.364.9177.65
HexEBA1BD01F148151414e
Octal3532412750372410521101116
Binary11101011101000011011110101111110100100010101000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1BD; }

 p { color: rgb(235,161,189); }

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

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

 a { background-color: rgb(235,161,189); }

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

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

 span { border-color: rgb(235,161,189); }

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