#EB8EB9

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

Shades of Shocking #EB8EB9

Tints of Shocking #EB8EB9

Color information

#EB8EB9 (or 0xEB8EB9) is unknown color: approx Shocking. HEX triplet: EB, 8E and B9. RGB value is (235,142,185). Sum of RGB (Red+Green+Blue) = 235+142+185=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EB9 is #147146. Grayscale: #AEAEAE. Windows color (decimal): -1339719 or 12160747. OLE color: 12160747.

HSL color Cylindrical-coordinate representation of color #EB8EB9: hue angle of 332.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8EB9 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235142185-
CMYK00.400.210.08
HSL332.26º69.92%73.92%-
HSV(B)332.26º39.57%92.16%-
XYZ52.6940.5150.94-
YUV174.71133.81171-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=41.81%
G=25.27%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514218500.400.210.08332.2669.9273.92
HexEB8EB902815814c464a
Octal3532162710502510514106112
Binary111010111000111010111001010100010101100010100110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EB9; }

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

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

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

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

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

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

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

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