#EB9ABF

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

Shades of Shocking #EB9ABF

Tints of Shocking #EB9ABF

Color information

#EB9ABF (or 0xEB9ABF) is unknown color: approx Shocking. HEX triplet: EB, 9A and BF. RGB value is (235,154,191). Sum of RGB (Red+Green+Blue) = 235+154+191=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ABF is #146540. Grayscale: #B6B6B6. Windows color (decimal): -1336641 or 12557035. OLE color: 12557035.

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

Color convert

RGB235154191-
CMYK00.340.190.08
HSL332.59º66.94%76.27%-
HSV(B)332.59º34.47%92.16%-
XYZ55.2244.5354.98-
YUV182.44132.84165.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 191 (75% from 255) = 32.93%
R=40.52%
G=26.55%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515419100.340.190.08332.5966.9476.27
HexEB9ABF02213814d434c
Octal3532322770422310515103114
Binary111010111001101010111111010001010011100010100110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ABF; }

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

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

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

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

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

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

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

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