#EF99B1

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

Shades of Illusion #EF99B1

Tints of Illusion #EF99B1

Color information

#EF99B1 (or 0xEF99B1) is unknown color: approx Illusion. HEX triplet: EF, 99 and B1. RGB value is (239,153,177). Sum of RGB (Red+Green+Blue) = 239+153+177=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99B1 is #10664E. Grayscale: #B5B5B5. Windows color (decimal): -1074767 or 11639279. OLE color: 11639279.

HSL color Cylindrical-coordinate representation of color #EF99B1: hue angle of 343.26º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99B1 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239153177-
CMYK00.360.260.06
HSL343.26º72.88%76.86%-
HSV(B)343.26º35.98%93.73%-
XYZ54.9244.3147.25-
YUV181.45125.49169.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=42.00%
G=26.89%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915317700.360.260.06343.2672.8876.86
HexEF99B10241A6157494d
Octal357231261044326527111115
Binary11101111100110011011000101001001101011010101011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99B1; }

 p { color: rgb(239,153,177); }

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

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

 a { background-color: rgb(239,153,177); }

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

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

 span { border-color: rgb(239,153,177); }

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