#ED99AC

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

Shades of Illusion #ED99AC

Tints of Illusion #ED99AC

Color information

#ED99AC (or 0xED99AC) is unknown color: approx Illusion. HEX triplet: ED, 99 and AC. RGB value is (237,153,172). Sum of RGB (Red+Green+Blue) = 237+153+172=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED99AC is #126653. Grayscale: #B4B4B4. Windows color (decimal): -1205844 or 11311597. OLE color: 11311597.

HSL color Cylindrical-coordinate representation of color #ED99AC: hue angle of 346.43º 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 #ED99AC is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237153172-
CMYK00.350.270.07
HSL346.43º70%76.47%-
HSV(B)346.43º35.44%92.94%-
XYZ53.7643.7744.64-
YUV180.28123.33168.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=42.17%
G=27.22%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715317200.350.270.07346.437076.47
HexED99AC0231B715a464c
Octal355231254043337532106114
Binary11101101100110011010110001000111101111110101101010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99AC; }

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

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

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

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

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

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

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

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