#ED9AB3

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

Shades of Illusion #ED9AB3

Tints of Illusion #ED9AB3

Color information

#ED9AB3 (or 0xED9AB3) is unknown color: approx Illusion. HEX triplet: ED, 9A and B3. RGB value is (237,154,179). Sum of RGB (Red+Green+Blue) = 237+154+179=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AB3 is #12654C. Grayscale: #B5B5B5. Windows color (decimal): -1205581 or 11770605. OLE color: 11770605.

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

Color convert

RGB237154179-
CMYK00.350.240.07
HSL341.93º69.75%76.67%-
HSV(B)341.93º35.02%92.94%-
XYZ54.6244.3748.33-
YUV181.67126.5167.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=41.58%
G=27.02%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715417900.350.240.07341.9369.7576.67
HexED9AB3023187156464d
Octal355232263043307526106115
Binary11101101100110101011001101000111100011110101011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AB3; }

 p { color: rgb(237,154,179); }

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

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

 a { background-color: rgb(237,154,179); }

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

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

 span { border-color: rgb(237,154,179); }

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