#EB8BB0

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

Shades of Illusion #EB8BB0

Tints of Illusion #EB8BB0

Color information

#EB8BB0 (or 0xEB8BB0) is unknown color: approx Illusion. HEX triplet: EB, 8B and B0. RGB value is (235,139,176). Sum of RGB (Red+Green+Blue) = 235+139+176=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8BB0 is #14744F. Grayscale: #ABABAB. Windows color (decimal): -1340496 or 11570155. OLE color: 11570155.

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

Color convert

RGB235139176-
CMYK00.410.250.08
HSL336.88º70.59%73.33%-
HSV(B)336.88º40.85%92.16%-
XYZ51.3339.2645.95-
YUV171.92130.3172.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 139 (54.69% from 255) = 25.27%
BLUE value IS 176 (69.14% from 255) = 32%
R=42.73%
G=25.27%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513917600.410.250.08336.8870.5973.33
HexEB8BB00291981514749
Octal3532132600513110521107111
Binary111010111000101110110000010100111001100010101000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BB0; }

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

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

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

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

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

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

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

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