#EB99BB

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

Shades of Shocking #EB99BB

Tints of Shocking #EB99BB

Color information

#EB99BB (or 0xEB99BB) is unknown color: approx Shocking. HEX triplet: EB, 99 and BB. RGB value is (235,153,187). Sum of RGB (Red+Green+Blue) = 235+153+187=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99BB is #146644. Grayscale: #B5B5B5. Windows color (decimal): -1336901 or 12294635. OLE color: 12294635.

HSL color Cylindrical-coordinate representation of color #EB99BB: hue angle of 335.12º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB99BB is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235153187-
CMYK00.350.200.08
HSL335.12º67.21%76.08%-
HSV(B)335.12º34.89%92.16%-
XYZ54.6244.0352.63-
YUV181.39131.17166.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=40.87%
G=26.61%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515318700.350.200.08335.1267.2176.08
HexEB99BB02314814f434c
Octal3532312730432410517103114
Binary111010111001100110111011010001110100100010100111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99BB; }

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

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

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

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

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

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

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

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