#EB99BA

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

Shades of Shocking #EB99BA

Tints of Shocking #EB99BA

Color information

#EB99BA (or 0xEB99BA) is unknown color: approx Shocking. HEX triplet: EB, 99 and BA. RGB value is (235,153,186). Sum of RGB (Red+Green+Blue) = 235+153+186=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99BA is #146645. Grayscale: #B5B5B5. Windows color (decimal): -1336902 or 12229099. OLE color: 12229099.

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

Color convert

RGB235153186-
CMYK00.350.210.08
HSL335.85º67.21%76.08%-
HSV(B)335.85º34.89%92.16%-
XYZ54.5243.9952.07-
YUV181.28130.67166.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=40.94%
G=26.66%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515318600.350.210.08335.8567.2176.08
HexEB99BA023158150434c
Octal3532312720432510520103114
Binary111010111001100110111010010001110101100010101000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99BA; }

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

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

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

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

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

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

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

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