#ed9fb4

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

Shades of Illusion #ED9FB4

Tints of Illusion #ED9FB4

Color information

#ED9FB4 (or 0xED9FB4) is unknown color: approx Illusion. HEX triplet: ED, 9F and B4. RGB value is (237,159,180). Sum of RGB (Red+Green+Blue) = 237+159+180=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FB4 is #12604B. Grayscale: #B8B8B8. Windows color (decimal): -1204300 or 11837421. OLE color: 11837421.

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

Color convert

RGB237159180-
CMYK00.330.240.07
HSL343.85º68.42%77.65%-
HSV(B)343.85º32.91%92.94%-
XYZ55.5646.149.15-
YUV184.72125.34165.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 180 (70.70% from 255) = 31.25%
R=41.15%
G=27.60%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715918000.330.240.07343.8568.4277.65
HexED9FB4021187158444e
Octal355237264041307530104116
Binary11101101100111111011010001000011100011110101100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9fb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9fb4; }

 p { color: rgb(237,159,180); }

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

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

 a { background-color: rgb(237,159,180); }

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

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

 span { border-color: rgb(237,159,180); }

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