#EF8EAA

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

Shades of Mauvelous #EF8EAA

Tints of Mauvelous #EF8EAA

Color information

#EF8EAA (or 0xEF8EAA) is unknown color: approx Mauvelous. HEX triplet: EF, 8E and AA. RGB value is (239,142,170). Sum of RGB (Red+Green+Blue) = 239+142+170=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EAA is #107155. Grayscale: #AEAEAE. Windows color (decimal): -1077590 or 11177711. OLE color: 11177711.

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

Color convert

RGB239142170-
CMYK00.410.290.06
HSL342.68º75.19%74.71%-
HSV(B)342.68º40.59%93.73%-
XYZ52.5340.643.1-
YUV174.2125.64174.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.38%
GREEN value IS 142 (55.86% from 255) = 25.77%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=43.38%
G=25.77%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914217000.410.290.06342.6875.1974.71
HexEF8EAA0291D61574b4b
Octal357216252051356527113113
Binary11101111100011101010101001010011110111010101011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EAA; }

 p { color: rgb(239,142,170); }

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

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

 a { background-color: rgb(239,142,170); }

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

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

 span { border-color: rgb(239,142,170); }

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