Html Css Color HEX #EDA1FE Mauve

📋 copy color: '#EDA1FE'

red 237 ◦ green 161 ◦ blue 254

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

Shades of Mauve #EDA1FE

Tints of Mauve #EDA1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.96%

R = 36.35%
G = 24.69%
B = 38.96%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDA1FE (or 0xEDA1FE) is known color: Mauve. HEX triplet: ED, A1 and FE. RGB value is (237,161,254). Sum of RGB (Red+Green+Blue) = 237+161+254=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 161 (63.28% from 255 or 24.69% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1FE is #125E01. Grayscale: #C2C2C2. Windows color (decimal): -1203714 or 16687597. OLE color: 16687597.

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

Color convert

RGB 237 161 254 -
CMYK 0.07 0.37 0 0.00
HSL 289.03º 0.98% 0.81% -
HSV(B) 289.03º 0.37% 1% -
XYZ 65.56 50.65 100.09 -
YUV 194.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 237 161 254 0.07 0.37 0 0.00 289.03 0.98 0.81
Hex ED A1 FE 7 25 0 0 121 62 51
Octal 355 241 376 7 45 0 0 441 142 121
Binary 11101101 10100001 11111110 111 100101 0 0 100100001 1100010 1010001

Color Harmonies of #EDA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA1FE

Black with #EDA1FE

Text Example


Text Example

White with #EDA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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