#ED8FA6

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

Shades of Mauvelous #ED8FA6

Tints of Mauvelous #ED8FA6

Color information

#ED8FA6 (or 0xED8FA6) is unknown color: approx Mauvelous. HEX triplet: ED, 8F and A6. RGB value is (237,143,166). Sum of RGB (Red+Green+Blue) = 237+143+166=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FA6 is #127059. Grayscale: #ADADAD. Windows color (decimal): -1208410 or 10915821. OLE color: 10915821.

HSL color Cylindrical-coordinate representation of color #ED8FA6: hue angle of 345.32º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FA6 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237143166-
CMYK00.400.300.07
HSL345.32º72.31%74.51%-
HSV(B)345.32º39.66%92.94%-
XYZ51.6340.441.15-
YUV173.73123.64173.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 166 (65.23% from 255) = 30.40%
R=43.41%
G=26.19%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714316600.400.300.07345.3272.3174.51
HexED8FA60281E7159484b
Octal355217246050367531110113
Binary11101101100011111010011001010001111011110101100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FA6; }

 p { color: rgb(237,143,166); }

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

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

 a { background-color: rgb(237,143,166); }

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

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

 span { border-color: rgb(237,143,166); }

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