Html Css Color HEX #EDA2F9 Mauve

📋 copy color: '#EDA2F9'

red 237 ◦ green 162 ◦ blue 249

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

Shades of Mauve #EDA2F9

Tints of Mauve #EDA2F9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25%

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

R = 36.57%
G = 25%
B = 38.43%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDA2F9 (or 0xEDA2F9) is known color: Mauve. HEX triplet: ED, A2 and F9. RGB value is (237,162,249). Sum of RGB (Red+Green+Blue) = 237+162+249=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 162 (63.67% from 255 or 25% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDA2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2F9 is #125D06. Grayscale: #C2C2C2. Windows color (decimal): -1203463 or 16360173. OLE color: 16360173.

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

Color convert

RGB 237 162 249 -
CMYK 0.05 0.35 0 0.02
HSL 291.72º 0.88% 0.81% -
HSV(B) 291.72º 0.35% 0.98% -
XYZ 64.94 50.68 95.98 -
YUV 194.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 237 162 249 0.05 0.35 0 0.02 291.72 0.88 0.81
Hex ED A2 F9 5 23 0 2 124 58 51
Octal 355 242 371 5 43 0 2 444 130 121
Binary 11101101 10100010 11111001 101 100011 0 10 100100100 1011000 1010001

Color Harmonies of #EDA2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA2F9

Black with #EDA2F9

Text Example


Text Example

White with #EDA2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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