#EB99BC

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

Shades of Shocking #EB99BC

Tints of Shocking #EB99BC

Color information

#EB99BC (or 0xEB99BC) is unknown color: approx Shocking. HEX triplet: EB, 99 and BC. RGB value is (235,153,188). Sum of RGB (Red+Green+Blue) = 235+153+188=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99BC is #146643. Grayscale: #B5B5B5. Windows color (decimal): -1336900 or 12360171. OLE color: 12360171.

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

Color convert

RGB235153188-
CMYK00.350.20.08
HSL334.39º67.21%76.08%-
HSV(B)334.39º34.89%92.16%-
XYZ54.7344.0853.2-
YUV181.51131.67166.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=40.80%
G=26.56%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515318800.350.20.08334.3967.2176.08
HexEB99BC02314814e434c
Octal3532312740432410516103114
Binary111010111001100110111100010001110100100010100111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99BC; }

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

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

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

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

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

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

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

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