#EB95BF

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

Shades of Shocking #EB95BF

Tints of Shocking #EB95BF

Color information

#EB95BF (or 0xEB95BF) is unknown color: approx Shocking. HEX triplet: EB, 95 and BF. RGB value is (235,149,191). Sum of RGB (Red+Green+Blue) = 235+149+191=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95BF is #146A40. Grayscale: #B3B3B3. Windows color (decimal): -1337921 or 12555755. OLE color: 12555755.

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

Color convert

RGB235149191-
CMYK00.370.190.08
HSL330.7º68.25%75.29%-
HSV(B)330.7º36.6%92.16%-
XYZ54.4142.9254.71-
YUV179.5134.49167.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 191 (75% from 255) = 33.22%
R=40.87%
G=25.91%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514919100.370.190.08330.768.2575.29
HexEB95BF02513814b444b
Octal3532252770452310513104113
Binary111010111001010110111111010010110011100010100101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95BF; }

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

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

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

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

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

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

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

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