Html Css Color HEX #EDA9FA Mauve

📋 copy color: '#EDA9FA'

red 237 ◦ green 169 ◦ blue 250

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

Shades of Mauve #EDA9FA

Tints of Mauve #EDA9FA

RGB

 RED value IS 237 (92.97% from 255) = 36.13%

 GREEN value IS 169 (66.41% from 255) = 25.76%

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

R = 36.13%
G = 25.76%
B = 38.11%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDA9FA (or 0xEDA9FA) is known color: Mauve. HEX triplet: ED, A9 and FA. RGB value is (237,169,250). Sum of RGB (Red+Green+Blue) = 237+169+250=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 169 (66.41% from 255 or 25.76% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDA9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9FA is #125605. Grayscale: #C6C6C6. Windows color (decimal): -1201670 or 16427501. OLE color: 16427501.

HSL color Cylindrical-coordinate representation of color #EDA9FA: hue angle of 290.37º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA9FA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 169 250 -
CMYK 0.05 0.32 0 0.02
HSL 290.37º 0.89% 0.82% -
HSV(B) 290.37º 0.32% 0.98% -
XYZ 66.37 53.28 97.23 -
YUV 198.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 237 169 250 0.05 0.32 0 0.02 290.37 0.89 0.82
Hex ED A9 FA 5 20 0 2 122 59 52
Octal 355 251 372 5 40 0 2 442 131 122
Binary 11101101 10101001 11111010 101 100000 0 10 100100010 1011001 1010010

Color Harmonies of #EDA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9FA

Black with #EDA9FA

Text Example


Text Example

White with #EDA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9FA; }

 p { color: rgb(237,169,250); }

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

background-color css

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

 a { background-color: rgb(237,169,250); }

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

border-color css

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

 span { border-color: rgb(237,169,250); }

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