#EB99BD

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

Shades of Shocking #EB99BD

Tints of Shocking #EB99BD

Color information

#EB99BD (or 0xEB99BD) is unknown color: approx Shocking. HEX triplet: EB, 99 and BD. RGB value is (235,153,189). Sum of RGB (Red+Green+Blue) = 235+153+189=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99BD is #146642. Grayscale: #B5B5B5. Windows color (decimal): -1336899 or 12425707. OLE color: 12425707.

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

Color convert

RGB235153189-
CMYK00.350.200.08
HSL333.66º67.21%76.08%-
HSV(B)333.66º34.89%92.16%-
XYZ54.8444.1253.77-
YUV181.62132.17166.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=40.73%
G=26.52%
B=32.76%

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
Decimal23515318900.350.200.08333.6667.2176.08
HexEB99BD02314814e434c
Octal3532312750432410516103114
Binary111010111001100110111101010001110100100010100111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99BD; }

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

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

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

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

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

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

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

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