Html Css Color HEX #E69EFF Mauve

📋 copy color: '#E69EFF'

red 230 ◦ green 158 ◦ blue 255

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

Shades of Mauve #E69EFF

Tints of Mauve #E69EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.66%

R = 35.77%
G = 24.57%
B = 39.66%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E69EFF (or 0xE69EFF) is known color: Mauve. HEX triplet: E6, 9E and FF. RGB value is (230,158,255). Sum of RGB (Red+Green+Blue) = 230+158+255=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 158 (62.11% from 255 or 24.57% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #E69EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69EFF is #196100. Grayscale: #BEBEBE. Windows color (decimal): -1663233 or 16752358. OLE color: 16752358.

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

Color convert

RGB 230 158 255 -
CMYK 0.10 0.38 0 0
HSL 284.54º 1% 0.81% -
HSV(B) 284.54º 0.38% 1% -
XYZ 62.91 48.5 100.65 -
YUV 190.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 230 158 255 0.10 0.38 0 0 284.54 1 0.81
Hex E6 9E FF A 26 0 0 11D 64 51
Octal 346 236 377 12 46 0 0 435 144 121
Binary 11100110 10011110 11111111 1010 100110 0 0 100011101 1100100 1010001

Color Harmonies of #E69EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69EFF

Black with #E69EFF

Text Example


Text Example

White with #E69EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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