#EB95BE

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

Shades of Shocking #EB95BE

Tints of Shocking #EB95BE

Color information

#EB95BE (or 0xEB95BE) is unknown color: approx Shocking. HEX triplet: EB, 95 and BE. RGB value is (235,149,190). Sum of RGB (Red+Green+Blue) = 235+149+190=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95BE is #146A41. Grayscale: #B3B3B3. Windows color (decimal): -1337922 or 12490219. OLE color: 12490219.

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

Color convert

RGB235149190-
CMYK00.370.190.08
HSL331.4º68.25%75.29%-
HSV(B)331.4º36.6%92.16%-
XYZ54.342.8754.13-
YUV179.39133.99167.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=40.94%
G=25.96%
B=33.10%

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
Decimal23514919000.370.190.08331.468.2575.29
HexEB95BE02513814b444b
Octal3532252760452310513104113
Binary111010111001010110111110010010110011100010100101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95BE; }

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

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

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

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

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

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

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

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