#EF8FA4

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

Shades of Mauvelous #EF8FA4

Tints of Mauvelous #EF8FA4

Color information

#EF8FA4 (or 0xEF8FA4) is unknown color: approx Mauvelous. HEX triplet: EF, 8F and A4. RGB value is (239,143,164). Sum of RGB (Red+Green+Blue) = 239+143+164=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8FA4 is #10705B. Grayscale: #AEAEAE. Windows color (decimal): -1077340 or 10784751. OLE color: 10784751.

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

Color convert

RGB239143164-
CMYK00.400.310.06
HSL346.88º75%74.9%-
HSV(B)346.88º40.17%93.73%-
XYZ52.1240.6840.23-
YUV174.1122.3174.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=43.77%
G=26.19%
B=30.04%

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
Decimal23914316400.400.310.06346.887574.9
HexEF8FA40281F615b4b4b
Octal357217244050376533113113
Binary11101111100011111010010001010001111111010101101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FA4; }

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

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

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

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

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

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

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

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