Html Css Color HEX #E69DFA Mauve

📋 copy color: '#E69DFA'

red 230 ◦ green 157 ◦ blue 250

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

Shades of Mauve #E69DFA

Tints of Mauve #E69DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.65%

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

R = 36.11%
G = 24.65%
B = 39.25%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E69DFA (or 0xE69DFA) is known color: Mauve. HEX triplet: E6, 9D and FA. RGB value is (230,157,250). Sum of RGB (Red+Green+Blue) = 230+157+250=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 157 (61.72% from 255 or 24.65% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #E69DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69DFA is #196205. Grayscale: #BDBDBD. Windows color (decimal): -1663494 or 16424422. OLE color: 16424422.

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

Color convert

RGB 230 157 250 -
CMYK 0.08 0.37 0 0.02
HSL 287.1º 0.9% 0.8% -
HSV(B) 287.1º 0.37% 0.98% -
XYZ 61.95 47.84 96.41 -
YUV 189.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 230 157 250 0.08 0.37 0 0.02 287.1 0.9 0.8
Hex E6 9D FA 8 25 0 2 11F 5A 50
Octal 346 235 372 10 45 0 2 437 132 120
Binary 11100110 10011101 11111010 1000 100101 0 10 100011111 1011010 1010000

Color Harmonies of #E69DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DFA

Black with #E69DFA

Text Example


Text Example

White with #E69DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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