Html Css Color HEX #E69EFE Mauve

📋 copy color: '#E69EFE'

red 230 ◦ green 158 ◦ blue 254

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

Shades of Mauve #E69EFE

Tints of Mauve #E69EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.61%

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 35.83%
G = 24.61%
B = 39.56%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E69EFE (or 0xE69EFE) is known color: Mauve. HEX triplet: E6, 9E and FE. RGB value is (230,158,254). Sum of RGB (Red+Green+Blue) = 230+158+254=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 158 (62.11% from 255 or 24.61% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #E69EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69EFE is #196101. Grayscale: #BEBEBE. Windows color (decimal): -1663234 or 16686822. OLE color: 16686822.

HSL color Cylindrical-coordinate representation of color #E69EFE: hue angle of 285º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E69EFE is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 158 254 -
CMYK 0.09 0.38 0 0.00
HSL 285º 0.98% 0.81% -
HSV(B) 285º 0.38% 1% -
XYZ 62.75 48.43 99.81 -
YUV 190.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 230 158 254 0.09 0.38 0 0.00 285 0.98 0.81
Hex E6 9E FE 9 26 0 0 11D 62 51
Octal 346 236 376 11 46 0 0 435 142 121
Binary 11100110 10011110 11111110 1001 100110 0 0 100011101 1100010 1010001

Color Harmonies of #E69EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69EFE

Black with #E69EFE

Text Example


Text Example

White with #E69EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69EFE; }

 p { color: rgb(230,158,254); }

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

background-color css

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

 a { background-color: rgb(230,158,254); }

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

border-color css

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

 span { border-color: rgb(230,158,254); }

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