#E69CA5

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

Shades of Mauvelous #E69CA5

Tints of Mauvelous #E69CA5

Color information

#E69CA5 (or 0xE69CA5) is unknown color: approx Mauvelous. HEX triplet: E6, 9C and A5. RGB value is (230,156,165). Sum of RGB (Red+Green+Blue) = 230+156+165=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69CA5 is #19635A. Grayscale: #B3B3B3. Windows color (decimal): -1663835 or 10853606. OLE color: 10853606.

HSL color Cylindrical-coordinate representation of color #E69CA5: hue angle of 352.7º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69CA5 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB230156165-
CMYK00.320.280.10
HSL352.7º59.68%75.69%-
HSV(B)352.7º32.17%90.2%-
XYZ51.3143.3241.25-
YUV179.15120.02164.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 165 (64.84% from 255) = 29.95%
R=41.74%
G=28.31%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015616500.320.280.10352.759.6875.69
HexE69CA50201CA1613c4c
Octal346234245040341254174114
Binary11100110100111001010010101000001110010101011000011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CA5; }

 p { color: rgb(230,156,165); }

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

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

 a { background-color: rgb(230,156,165); }

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

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

 span { border-color: rgb(230,156,165); }

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