Html Css Color HEX #EAAEFA Mauve

📋 copy color: '#EAAEFA'

red 234 ◦ green 174 ◦ blue 250

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

Shades of Mauve #EAAEFA

Tints of Mauve #EAAEFA

RGB

 RED value IS 234 (91.8% from 255) = 35.56%

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

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

R = 35.56%
G = 26.44%
B = 37.99%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAAEFA (or 0xEAAEFA) is known color: Mauve. HEX triplet: EA, AE and FA. RGB value is (234,174,250). Sum of RGB (Red+Green+Blue) = 234+174+250=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEFA is #155105. Grayscale: #C8C8C8. Windows color (decimal): -1396998 or 16428778. OLE color: 16428778.

HSL color Cylindrical-coordinate representation of color #EAAEFA: hue angle of 287.37º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAAEFA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 174 250 -
CMYK 0.06 0.30 0 0.02
HSL 287.37º 0.88% 0.83% -
HSV(B) 287.37º 0.3% 0.98% -
XYZ 66.32 54.67 97.5 -
YUV 200.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 234 174 250 0.06 0.30 0 0.02 287.37 0.88 0.83
Hex EA AE FA 6 1E 0 2 11F 58 53
Octal 352 256 372 6 36 0 2 437 130 123
Binary 11101010 10101110 11111010 110 11110 0 10 100011111 1011000 1010011

Color Harmonies of #EAAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEFA

Black with #EAAEFA

Text Example


Text Example

White with #EAAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEFA; }

 p { color: rgb(234,174,250); }

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

background-color css

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

 a { background-color: rgb(234,174,250); }

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

border-color css

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

 span { border-color: rgb(234,174,250); }

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