#EB95B9

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

Shades of Shocking #EB95B9

Tints of Shocking #EB95B9

Color information

#EB95B9 (or 0xEB95B9) is unknown color: approx Shocking. HEX triplet: EB, 95 and B9. RGB value is (235,149,185). Sum of RGB (Red+Green+Blue) = 235+149+185=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95B9 is #146A46. Grayscale: #B2B2B2. Windows color (decimal): -1337927 or 12162539. OLE color: 12162539.

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

Color convert

RGB235149185-
CMYK00.370.210.08
HSL334.88º68.25%75.29%-
HSV(B)334.88º36.6%92.16%-
XYZ53.7742.6651.3-
YUV178.82131.49168.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=41.30%
G=26.19%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514918500.370.210.08334.8868.2575.29
HexEB95B902515814f444b
Octal3532252710452510517104113
Binary111010111001010110111001010010110101100010100111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95B9; }

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

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

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

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

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

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

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

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