#EB8BB9

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

Shades of Shocking #EB8BB9

Tints of Shocking #EB8BB9

Color information

#EB8BB9 (or 0xEB8BB9) is unknown color: approx Shocking. HEX triplet: EB, 8B and B9. RGB value is (235,139,185). Sum of RGB (Red+Green+Blue) = 235+139+185=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BB9 is #147446. Grayscale: #ACACAC. Windows color (decimal): -1340487 or 12159979. OLE color: 12159979.

HSL color Cylindrical-coordinate representation of color #EB8BB9: hue angle of 331.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8BB9 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235139185-
CMYK00.410.210.08
HSL331.25º70.59%73.33%-
HSV(B)331.25º40.85%92.16%-
XYZ52.2539.6350.79-
YUV172.95134.8172.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 139 (54.69% from 255) = 24.87%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=42.04%
G=24.87%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513918500.410.210.08331.2570.5973.33
HexEB8BB902915814b4749
Octal3532132710512510513107111
Binary111010111000101110111001010100110101100010100101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BB9; }

 p { color: rgb(235,139,185); }

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

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

 a { background-color: rgb(235,139,185); }

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

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

 span { border-color: rgb(235,139,185); }

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