#EF94A6

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

Shades of Mauvelous #EF94A6

Tints of Mauvelous #EF94A6

Color information

#EF94A6 (or 0xEF94A6) is unknown color: approx Mauvelous. HEX triplet: EF, 94 and A6. RGB value is (239,148,166). Sum of RGB (Red+Green+Blue) = 239+148+166=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF94A6 is #106B59. Grayscale: #B1B1B1. Windows color (decimal): -1076058 or 10917103. OLE color: 10917103.

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

Color convert

RGB239148166-
CMYK00.380.310.06
HSL348.13º73.98%75.88%-
HSV(B)348.13º38.08%93.73%-
XYZ53.0742.2841.44-
YUV177.26121.65172.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 166 (65.23% from 255) = 30.02%
R=43.22%
G=26.76%
B=30.02%

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
Decimal23914816600.380.310.06348.1373.9875.88
HexEF94A60261F615c4a4c
Octal357224246046376534112114
Binary11101111100101001010011001001101111111010101110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94A6; }

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

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

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

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

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

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

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

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