Html Css Color HEX #EDA5FE Mauve

📋 copy color: '#EDA5FE'

red 237 ◦ green 165 ◦ blue 254

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

Shades of Mauve #EDA5FE

Tints of Mauve #EDA5FE

RGB

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

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

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

R = 36.13%
G = 25.15%
B = 38.72%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDA5FE (or 0xEDA5FE) is known color: Mauve. HEX triplet: ED, A5 and FE. RGB value is (237,165,254). Sum of RGB (Red+Green+Blue) = 237+165+254=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 165 (64.84% from 255 or 25.15% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5FE is #125A01. Grayscale: #C4C4C4. Windows color (decimal): -1202690 or 16688621. OLE color: 16688621.

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

Color convert

RGB 237 165 254 -
CMYK 0.07 0.35 0 0.00
HSL 288.54º 0.98% 0.82% -
HSV(B) 288.54º 0.35% 1% -
XYZ 66.27 52.07 100.32 -
YUV 196.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 237 165 254 0.07 0.35 0 0.00 288.54 0.98 0.82
Hex ED A5 FE 7 23 0 0 121 62 52
Octal 355 245 376 7 43 0 0 441 142 122
Binary 11101101 10100101 11111110 111 100011 0 0 100100001 1100010 1010010

Color Harmonies of #EDA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5FE

Black with #EDA5FE

Text Example


Text Example

White with #EDA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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