#EF94A7

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

Shades of Mauvelous #EF94A7

Tints of Mauvelous #EF94A7

Color information

#EF94A7 (or 0xEF94A7) is unknown color: approx Mauvelous. HEX triplet: EF, 94 and A7. RGB value is (239,148,167). Sum of RGB (Red+Green+Blue) = 239+148+167=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF94A7 is #106B58. Grayscale: #B1B1B1. Windows color (decimal): -1076057 or 10982639. OLE color: 10982639.

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

Color convert

RGB239148167-
CMYK00.380.300.06
HSL347.47º73.98%75.88%-
HSV(B)347.47º38.08%93.73%-
XYZ53.1642.3241.93-
YUV177.38122.15171.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 148 (58.20% from 255) = 26.71%
BLUE value IS 167 (65.62% from 255) = 30.14%
R=43.14%
G=26.71%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914816700.380.300.06347.4773.9875.88
HexEF94A70261E615b4a4c
Octal357224247046366533112114
Binary11101111100101001010011101001101111011010101101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94A7; }

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

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

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

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

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

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

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

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