Html Css Color HEX #E69FFA Mauve

📋 copy color: '#E69FFA'

red 230 ◦ green 159 ◦ blue 250

#E69FFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #E69FFA

Tints of Mauve #E69FFA

RGB

 RED value IS 230 (90.23% from 255) = 35.99%

 GREEN value IS 159 (62.5% from 255) = 24.88%

 BLUE value IS 250 (98.05% from 255) = 39.12%

R = 35.99%
G = 24.88%
B = 39.12%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E69FFA (or 0xE69FFA) is known color: Mauve. HEX triplet: E6, 9F and FA. RGB value is (230,159,250). Sum of RGB (Red+Green+Blue) = 230+159+250=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #E69FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FFA is #196005. Grayscale: #BEBEBE. Windows color (decimal): -1662982 or 16424934. OLE color: 16424934.

HSL color Cylindrical-coordinate representation of color #E69FFA: hue angle of 286.81º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E69FFA is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 159 250 -
CMYK 0.08 0.36 0 0.02
HSL 286.81º 0.9% 0.8% -
HSV(B) 286.81º 0.36% 0.98% -
XYZ 62.29 48.52 96.53 -
YUV 190.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 230 159 250 0.08 0.36 0 0.02 286.81 0.9 0.8
Hex E6 9F FA 8 24 0 2 11F 5A 50
Octal 346 237 372 10 44 0 2 437 132 120
Binary 11100110 10011111 11111010 1000 100100 0 10 100011111 1011010 1010000

Color Harmonies of #E69FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69FFA

Black with #E69FFA

Text Example


Text Example

White with #E69FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69FFA; }

 p { color: rgb(230,159,250); }

 H1.HeaderClassName
 {
   color: #E69FFA;
 }
 .AnyTagClassName
 {
   color: #E69FFA;
 }
</style>

background-color css

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

 a { background-color: rgb(230,159,250); }

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

border-color css

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

 span { border-color: rgb(230,159,250); }

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