Html Css Color HEX #EAAEFD Mauve

📋 copy color: '#EAAEFD'

red 234 ◦ green 174 ◦ blue 253

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

Shades of Mauve #EAAEFD

Tints of Mauve #EAAEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.28%

R = 35.4%
G = 26.32%
B = 38.28%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAAEFD (or 0xEAAEFD) is known color: Mauve. HEX triplet: EA, AE and FD. RGB value is (234,174,253). Sum of RGB (Red+Green+Blue) = 234+174+253=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAAEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEFD is #155102. Grayscale: #C8C8C8. Windows color (decimal): -1396995 or 16625386. OLE color: 16625386.

HSL color Cylindrical-coordinate representation of color #EAAEFD: hue angle of 285.57º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAAEFD is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 174 253 -
CMYK 0.08 0.31 0 0.01
HSL 285.57º 0.95% 0.84% -
HSV(B) 285.57º 0.31% 0.99% -
XYZ 66.8 54.86 100 -
YUV 200.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 234 174 253 0.08 0.31 0 0.01 285.57 0.95 0.84
Hex EA AE FD 8 1F 0 1 11E 5F 54
Octal 352 256 375 10 37 0 1 436 137 124
Binary 11101010 10101110 11111101 1000 11111 0 1 100011110 1011111 1010100

Color Harmonies of #EAAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEFD

Black with #EAAEFD

Text Example


Text Example

White with #EAAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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