#EF8FA5

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

Shades of Mauvelous #EF8FA5

Tints of Mauvelous #EF8FA5

Color information

#EF8FA5 (or 0xEF8FA5) is unknown color: approx Mauvelous. HEX triplet: EF, 8F and A5. RGB value is (239,143,165). Sum of RGB (Red+Green+Blue) = 239+143+165=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8FA5 is #10705A. Grayscale: #AEAEAE. Windows color (decimal): -1077339 or 10850287. OLE color: 10850287.

HSL color Cylindrical-coordinate representation of color #EF8FA5: hue angle of 346.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FA5 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239143165-
CMYK00.400.310.06
HSL346.25º75%74.9%-
HSV(B)346.25º40.17%93.73%-
XYZ52.2140.7140.7-
YUV174.21122.8174.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 165 (64.84% from 255) = 30.16%
R=43.69%
G=26.14%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914316500.400.310.06346.257574.9
HexEF8FA50281F615a4b4b
Octal357217245050376532113113
Binary11101111100011111010010101010001111111010101101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FA5; }

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

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

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

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

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

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

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

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