#EB9EB8

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

Shades of Shocking #EB9EB8

Tints of Shocking #EB9EB8

Color information

#EB9EB8 (or 0xEB9EB8) is unknown color: approx Shocking. HEX triplet: EB, 9E and B8. RGB value is (235,158,184). Sum of RGB (Red+Green+Blue) = 235+158+184=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EB8 is #146147. Grayscale: #B7B7B7. Windows color (decimal): -1335624 or 12099307. OLE color: 12099307.

HSL color Cylindrical-coordinate representation of color #EB9EB8: hue angle of 339.74º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EB8 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235158184-
CMYK00.330.220.08
HSL339.74º65.81%77.06%-
HSV(B)339.74º32.77%92.16%-
XYZ55.1445.5851.24-
YUV183.99128.01164.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 158 (62.11% from 255) = 27.38%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=40.73%
G=27.38%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515818400.330.220.08339.7465.8177.06
HexEB9EB8021168154424d
Octal3532362700412610524102115
Binary111010111001111010111000010000110110100010101010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EB8; }

 p { color: rgb(235,158,184); }

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

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

 a { background-color: rgb(235,158,184); }

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

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

 span { border-color: rgb(235,158,184); }

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