#EB90BE

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

Shades of Shocking #EB90BE

Tints of Shocking #EB90BE

Color information

#EB90BE (or 0xEB90BE) is unknown color: approx Shocking. HEX triplet: EB, 90 and BE. RGB value is (235,144,190). Sum of RGB (Red+Green+Blue) = 235+144+190=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90BE is #146F41. Grayscale: #B0B0B0. Windows color (decimal): -1339202 or 12488939. OLE color: 12488939.

HSL color Cylindrical-coordinate representation of color #EB90BE: hue angle of 329.67º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB90BE is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235144190-
CMYK00.390.190.08
HSL329.67º69.47%74.31%-
HSV(B)329.67º38.72%92.16%-
XYZ53.5341.3353.87-
YUV176.45135.65169.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=41.30%
G=25.31%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514419000.390.190.08329.6769.4774.31
HexEB90BE02713814a454a
Octal3532202760472310512105112
Binary111010111001000010111110010011110011100010100101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90BE; }

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

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

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

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

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

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

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

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