#EF95A6

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

Shades of Mauvelous #EF95A6

Tints of Mauvelous #EF95A6

Color information

#EF95A6 (or 0xEF95A6) is unknown color: approx Mauvelous. HEX triplet: EF, 95 and A6. RGB value is (239,149,166). Sum of RGB (Red+Green+Blue) = 239+149+166=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF95A6 is #106A59. Grayscale: #B1B1B1. Windows color (decimal): -1075802 or 10917359. OLE color: 10917359.

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

Color convert

RGB239149166-
CMYK00.380.310.06
HSL348.67º73.77%76.08%-
HSV(B)348.67º37.66%93.73%-
XYZ53.2342.641.49-
YUV177.85121.32171.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 166 (65.23% from 255) = 29.96%
R=43.14%
G=26.90%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914916600.380.310.06348.6773.7776.08
HexEF95A60261F615d4a4c
Octal357225246046376535112114
Binary11101111100101011010011001001101111111010101110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF95A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF95A6; }

 p { color: rgb(239,149,166); }

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

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

 a { background-color: rgb(239,149,166); }

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

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

 span { border-color: rgb(239,149,166); }

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