#EF90A1

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

Shades of Mauvelous #EF90A1

Tints of Mauvelous #EF90A1

Color information

#EF90A1 (or 0xEF90A1) is unknown color: approx Mauvelous. HEX triplet: EF, 90 and A1. RGB value is (239,144,161). Sum of RGB (Red+Green+Blue) = 239+144+161=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF90A1 is #106F5E. Grayscale: #AEAEAE. Windows color (decimal): -1077087 or 10588399. OLE color: 10588399.

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

Color convert

RGB239144161-
CMYK00.400.330.06
HSL349.26º74.8%75.1%-
HSV(B)349.26º39.75%93.73%-
XYZ5240.8738.87-
YUV174.34120.47174.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=43.93%
G=26.47%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914416100.400.330.06349.2674.875.1
HexEF90A102821615d4b4b
Octal357220241050416535113113
Binary111011111001000010100001010100010000111010101110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90A1; }

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

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

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

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

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

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

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

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