#ED8FA7

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

Shades of Mauvelous #ED8FA7

Tints of Mauvelous #ED8FA7

Color information

#ED8FA7 (or 0xED8FA7) is unknown color: approx Mauvelous. HEX triplet: ED, 8F and A7. RGB value is (237,143,167). Sum of RGB (Red+Green+Blue) = 237+143+167=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FA7 is #127058. Grayscale: #ADADAD. Windows color (decimal): -1208409 or 10981357. OLE color: 10981357.

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

Color convert

RGB237143167-
CMYK00.400.300.07
HSL344.68º72.31%74.51%-
HSV(B)344.68º39.66%92.94%-
XYZ51.7240.4441.64-
YUV173.84124.14173.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=43.33%
G=26.14%
B=30.53%

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
Decimal23714316700.400.300.07344.6872.3174.51
HexED8FA70281E7159484b
Octal355217247050367531110113
Binary11101101100011111010011101010001111011110101100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FA7; }

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

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

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

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

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

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

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

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