#EB8BB1

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

Shades of Illusion #EB8BB1

Tints of Illusion #EB8BB1

Color information

#EB8BB1 (or 0xEB8BB1) is unknown color: approx Illusion. HEX triplet: EB, 8B and B1. RGB value is (235,139,177). Sum of RGB (Red+Green+Blue) = 235+139+177=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8BB1 is #14744E. Grayscale: #ABABAB. Windows color (decimal): -1340495 or 11635691. OLE color: 11635691.

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

Color convert

RGB235139177-
CMYK00.410.250.08
HSL336.25º70.59%73.33%-
HSV(B)336.25º40.85%92.16%-
XYZ51.4339.346.47-
YUV172.04130.8172.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 139 (54.69% from 255) = 25.23%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=42.65%
G=25.23%
B=32.12%

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
Decimal23513917700.410.250.08336.2570.5973.33
HexEB8BB10291981504749
Octal3532132610513110520107111
Binary111010111000101110110001010100111001100010101000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BB1; }

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

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

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

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

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

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

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

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