#E690A1

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

Shades of Mauvelous #E690A1

Tints of Mauvelous #E690A1

Color information

#E690A1 (or 0xE690A1) is unknown color: approx Mauvelous. HEX triplet: E6, 90 and A1. RGB value is (230,144,161). Sum of RGB (Red+Green+Blue) = 230+144+161=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E690A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E690A1 is #196F5E. Grayscale: #ABABAB. Windows color (decimal): -1666911 or 10588390. OLE color: 10588390.

HSL color Cylindrical-coordinate representation of color #E690A1: hue angle of 348.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690A1 is Cyan = 0, Magento = 0.37, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB230144161-
CMYK00.370.30.10
HSL348.14º63.24%73.33%-
HSV(B)348.14º37.39%90.2%-
XYZ49.0439.3438.73-
YUV171.65121.99169.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=42.99%
G=26.92%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.3
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014416100.370.30.10348.1463.2473.33
HexE690A10251EA15c3f49
Octal346220241045361253477111
Binary11100110100100001010000101001011111010101010111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E690A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E690A1; }

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

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

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

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

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

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

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

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