Html Css Color HEX #EDA1FF Mauve

📋 copy color: '#EDA1FF'

red 237 ◦ green 161 ◦ blue 255

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

Shades of Mauve #EDA1FF

Tints of Mauve #EDA1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.66%

 BLUE value IS 255 (100% from 255) = 39.05%

R = 36.29%
G = 24.66%
B = 39.05%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDA1FF (or 0xEDA1FF) is known color: Mauve. HEX triplet: ED, A1 and FF. RGB value is (237,161,255). Sum of RGB (Red+Green+Blue) = 237+161+255=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 161 (63.28% from 255 or 24.66% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1FF is #125E00. Grayscale: #C2C2C2. Windows color (decimal): -1203713 or 16753133. OLE color: 16753133.

HSL color Cylindrical-coordinate representation of color #EDA1FF: hue angle of 288.51º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA1FF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 161 255 -
CMYK 0.07 0.37 0 0
HSL 288.51º 1% 0.82% -
HSV(B) 288.51º 0.37% 1% -
XYZ 65.72 50.71 100.93 -
YUV 194.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 237 161 255 0.07 0.37 0 0 288.51 1 0.82
Hex ED A1 FF 7 25 0 0 121 64 52
Octal 355 241 377 7 45 0 0 441 144 122
Binary 11101101 10100001 11111111 111 100101 0 0 100100001 1100100 1010010

Color Harmonies of #EDA1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA1FF

Black with #EDA1FF

Text Example


Text Example

White with #EDA1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA1FF; }

 p { color: rgb(237,161,255); }

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

background-color css

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

 a { background-color: rgb(237,161,255); }

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

border-color css

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

 span { border-color: rgb(237,161,255); }

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