#EBA1BE

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

Shades of Shocking #EBA1BE

Tints of Shocking #EBA1BE

Color information

#EBA1BE (or 0xEBA1BE) is unknown color: approx Shocking. HEX triplet: EB, A1 and BE. RGB value is (235,161,190). Sum of RGB (Red+Green+Blue) = 235+161+190=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1BE is #145E41. Grayscale: #BABABA. Windows color (decimal): -1334850 or 12493291. OLE color: 12493291.

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

Color convert

RGB235161190-
CMYK00.310.190.08
HSL336.49º64.91%77.65%-
HSV(B)336.49º31.49%92.16%-
XYZ56.346.8754.79-
YUV186.43130.02162.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=40.10%
G=27.47%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516119000.310.190.08336.4964.9177.65
HexEBA1BE01F138150414e
Octal3532412760372310520101116
Binary11101011101000011011111001111110011100010101000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1BE; }

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

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

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

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

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

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

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

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