Html Css Color HEX #EDA5F9 Mauve

📋 copy color: '#EDA5F9'

red 237 ◦ green 165 ◦ blue 249

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

Shades of Mauve #EDA5F9

Tints of Mauve #EDA5F9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.35%

 BLUE value IS 249 (97.66% from 255) = 38.25%

R = 36.41%
G = 25.35%
B = 38.25%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDA5F9 (or 0xEDA5F9) is known color: Mauve. HEX triplet: ED, A5 and F9. RGB value is (237,165,249). Sum of RGB (Red+Green+Blue) = 237+165+249=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDA5F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5F9 is #125A06. Grayscale: #C3C3C3. Windows color (decimal): -1202695 or 16360941. OLE color: 16360941.

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

Color convert

RGB 237 165 249 -
CMYK 0.05 0.34 0 0.02
HSL 291.43º 0.88% 0.81% -
HSV(B) 291.43º 0.34% 0.98% -
XYZ 65.48 51.75 96.16 -
YUV 196.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 237 165 249 0.05 0.34 0 0.02 291.43 0.88 0.81
Hex ED A5 F9 5 22 0 2 123 58 51
Octal 355 245 371 5 42 0 2 443 130 121
Binary 11101101 10100101 11111001 101 100010 0 10 100100011 1011000 1010001

Color Harmonies of #EDA5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5F9

Black with #EDA5F9

Text Example


Text Example

White with #EDA5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5F9; }

 p { color: rgb(237,165,249); }

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

background-color css

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

 a { background-color: rgb(237,165,249); }

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

border-color css

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

 span { border-color: rgb(237,165,249); }

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