#ED99B1

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

Shades of Illusion #ED99B1

Tints of Illusion #ED99B1

Color information

#ED99B1 (or 0xED99B1) is unknown color: approx Illusion. HEX triplet: ED, 99 and B1. RGB value is (237,153,177). Sum of RGB (Red+Green+Blue) = 237+153+177=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED99B1 is #12664E. Grayscale: #B4B4B4. Windows color (decimal): -1205839 or 11639277. OLE color: 11639277.

HSL color Cylindrical-coordinate representation of color #ED99B1: hue angle of 342.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED99B1 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237153177-
CMYK00.350.250.07
HSL342.86º70%76.47%-
HSV(B)342.86º35.44%92.94%-
XYZ54.2543.9647.22-
YUV180.85125.83168.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=41.80%
G=26.98%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715317700.350.250.07342.867076.47
HexED99B1023197157464c
Octal355231261043317527106114
Binary11101101100110011011000101000111100111110101011110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99B1; }

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

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

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

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

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

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

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

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