#EB95B7

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

Shades of Shocking #EB95B7

Tints of Shocking #EB95B7

Color information

#EB95B7 (or 0xEB95B7) is unknown color: approx Shocking. HEX triplet: EB, 95 and B7. RGB value is (235,149,183). Sum of RGB (Red+Green+Blue) = 235+149+183=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95B7 is #146A48. Grayscale: #B2B2B2. Windows color (decimal): -1337929 or 12031467. OLE color: 12031467.

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

Color convert

RGB235149183-
CMYK00.370.220.08
HSL336.28º68.25%75.29%-
HSV(B)336.28º36.6%92.16%-
XYZ53.5642.5850.2-
YUV178.59130.49168.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 183 (71.88% from 255) = 32.28%
R=41.45%
G=26.28%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514918300.370.220.08336.2868.2575.29
HexEB95B7025168150444b
Octal3532252670452610520104113
Binary111010111001010110110111010010110110100010101000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95B7; }

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

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

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

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

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

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

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

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