#E68FA3

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

Shades of Mauvelous #E68FA3

Tints of Mauvelous #E68FA3

Color information

#E68FA3 (or 0xE68FA3) is unknown color: approx Mauvelous. HEX triplet: E6, 8F and A3. RGB value is (230,143,163). Sum of RGB (Red+Green+Blue) = 230+143+163=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FA3 is #19705C. Grayscale: #ABABAB. Windows color (decimal): -1667165 or 10719206. OLE color: 10719206.

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

Color convert

RGB230143163-
CMYK00.380.290.10
HSL346.21º63.5%73.14%-
HSV(B)346.21º37.83%90.2%-
XYZ49.0739.1139.61-
YUV171.29123.32169.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 163 (64.06% from 255) = 30.41%
R=42.91%
G=26.68%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014316300.380.290.10346.2163.573.14
HexE68FA30261DA15a4049
Octal3462172430463512532100111
Binary111001101000111110100011010011011101101010101101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68FA3; }

 p { color: rgb(230,143,163); }

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

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

 a { background-color: rgb(230,143,163); }

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

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

 span { border-color: rgb(230,143,163); }

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