#EB9AB9

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

Shades of Shocking #EB9AB9

Tints of Shocking #EB9AB9

Color information

#EB9AB9 (or 0xEB9AB9) is unknown color: approx Shocking. HEX triplet: EB, 9A and B9. RGB value is (235,154,185). Sum of RGB (Red+Green+Blue) = 235+154+185=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9AB9 is #146546. Grayscale: #B5B5B5. Windows color (decimal): -1336647 or 12163819. OLE color: 12163819.

HSL color Cylindrical-coordinate representation of color #EB9AB9: hue angle of 337.04º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9AB9 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235154185-
CMYK00.340.210.08
HSL337.04º66.94%76.27%-
HSV(B)337.04º34.47%92.16%-
XYZ54.5744.2851.57-
YUV181.75129.84165.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=40.94%
G=26.83%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515418500.340.210.08337.0466.9476.27
HexEB9AB9022158151434c
Octal3532322710422510521103114
Binary111010111001101010111001010001010101100010101000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AB9; }

 p { color: rgb(235,154,185); }

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

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

 a { background-color: rgb(235,154,185); }

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

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

 span { border-color: rgb(235,154,185); }

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