Html Css Color HEX #E6AEFE Mauve

📋 copy color: '#E6AEFE'

red 230 ◦ green 174 ◦ blue 254

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

Shades of Mauve #E6AEFE

Tints of Mauve #E6AEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.44%

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

R = 34.95%
G = 26.44%
B = 38.6%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6AEFE (or 0xE6AEFE) is known color: Mauve. HEX triplet: E6, AE and FE. RGB value is (230,174,254). Sum of RGB (Red+Green+Blue) = 230+174+254=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6AEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEFE is #195101. Grayscale: #C7C7C7. Windows color (decimal): -1659138 or 16690918. OLE color: 16690918.

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

Color convert

RGB 230 174 254 -
CMYK 0.09 0.31 0 0.00
HSL 282º 0.98% 0.84% -
HSV(B) 282º 0.31% 1% -
XYZ 65.66 54.25 100.78 -
YUV 199.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 230 174 254 0.09 0.31 0 0.00 282 0.98 0.84
Hex E6 AE FE 9 1F 0 0 11A 62 54
Octal 346 256 376 11 37 0 0 432 142 124
Binary 11100110 10101110 11111110 1001 11111 0 0 100011010 1100010 1010100

Color Harmonies of #E6AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEFE

Black with #E6AEFE

Text Example


Text Example

White with #E6AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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