#ED8FA5

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

Shades of Mauvelous #ED8FA5

Tints of Mauvelous #ED8FA5

Color information

#ED8FA5 (or 0xED8FA5) is unknown color: approx Mauvelous. HEX triplet: ED, 8F and A5. RGB value is (237,143,165). Sum of RGB (Red+Green+Blue) = 237+143+165=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FA5 is #12705A. Grayscale: #ADADAD. Windows color (decimal): -1208411 or 10850285. OLE color: 10850285.

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

Color convert

RGB237143165-
CMYK00.400.300.07
HSL345.96º72.31%74.51%-
HSV(B)345.96º39.66%92.94%-
XYZ51.5440.3740.67-
YUV173.61123.14173.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=43.49%
G=26.24%
B=30.28%

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
Decimal23714316500.400.300.07345.9672.3174.51
HexED8FA50281E715a484b
Octal355217245050367532110113
Binary11101101100011111010010101010001111011110101101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FA5; }

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

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

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

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

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

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

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

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