Html Css Color HEX #E69AFF Mauve

📋 copy color: '#E69AFF'

red 230 ◦ green 154 ◦ blue 255

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

Shades of Mauve #E69AFF

Tints of Mauve #E69AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.1%

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

R = 35.99%
G = 24.1%
B = 39.91%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E69AFF (or 0xE69AFF) is known color: Mauve. HEX triplet: E6, 9A and FF. RGB value is (230,154,255). Sum of RGB (Red+Green+Blue) = 230+154+255=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 154 (60.55% from 255 or 24.10% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #E69AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AFF is #196500. Grayscale: #BBBBBB. Windows color (decimal): -1664257 or 16751334. OLE color: 16751334.

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

Color convert

RGB 230 154 255 -
CMYK 0.10 0.40 0 0
HSL 285.15º 1% 0.8% -
HSV(B) 285.15º 0.4% 1% -
XYZ 62.24 47.15 100.43 -
YUV 188.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 230 154 255 0.10 0.40 0 0 285.15 1 0.8
Hex E6 9A FF A 28 0 0 11D 64 50
Octal 346 232 377 12 50 0 0 435 144 120
Binary 11100110 10011010 11111111 1010 101000 0 0 100011101 1100100 1010000

Color Harmonies of #E69AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69AFF

Black with #E69AFF

Text Example


Text Example

White with #E69AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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