#EF90A2

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

Shades of Mauvelous #EF90A2

Tints of Mauvelous #EF90A2

Color information

#EF90A2 (or 0xEF90A2) is unknown color: approx Mauvelous. HEX triplet: EF, 90 and A2. RGB value is (239,144,162). Sum of RGB (Red+Green+Blue) = 239+144+162=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF90A2 is #106F5D. Grayscale: #AEAEAE. Windows color (decimal): -1077086 or 10653935. OLE color: 10653935.

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

Color convert

RGB239144162-
CMYK00.400.320.06
HSL348.63º74.8%75.1%-
HSV(B)348.63º39.75%93.73%-
XYZ52.0940.9139.33-
YUV174.46120.97174.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=43.85%
G=26.42%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914416200.400.320.06348.6374.875.1
HexEF90A202820615d4b4b
Octal357220242050406535113113
Binary111011111001000010100010010100010000011010101110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90A2; }

 p { color: rgb(239,144,162); }

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

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

 a { background-color: rgb(239,144,162); }

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

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

 span { border-color: rgb(239,144,162); }

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