#EB90BB

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

Shades of Shocking #EB90BB

Tints of Shocking #EB90BB

Color information

#EB90BB (or 0xEB90BB) is unknown color: approx Shocking. HEX triplet: EB, 90 and BB. RGB value is (235,144,187). Sum of RGB (Red+Green+Blue) = 235+144+187=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90BB is #146F44. Grayscale: #B0B0B0. Windows color (decimal): -1339205 or 12292331. OLE color: 12292331.

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

Color convert

RGB235144187-
CMYK00.390.200.08
HSL331.65º69.47%74.31%-
HSV(B)331.65º38.72%92.16%-
XYZ53.241.252.16-
YUV176.11134.15170-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=41.52%
G=25.44%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514418700.390.200.08331.6569.4774.31
HexEB90BB02714814c454a
Octal3532202730472410514105112
Binary111010111001000010111011010011110100100010100110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90BB; }

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

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

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

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

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

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

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

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