Html Css Color HEX #EDA0FE Mauve

📋 copy color: '#EDA0FE'

red 237 ◦ green 160 ◦ blue 254

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

Shades of Mauve #EDA0FE

Tints of Mauve #EDA0FE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.58%

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

R = 36.41%
G = 24.58%
B = 39.02%

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

#EDA0FE (or 0xEDA0FE) is known color: Mauve. HEX triplet: ED, A0 and FE. RGB value is (237,160,254). Sum of RGB (Red+Green+Blue) = 237+160+254=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 160 (62.89% from 255 or 24.58% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0FE is #125F01. Grayscale: #C1C1C1. Windows color (decimal): -1203970 or 16687341. OLE color: 16687341.

HSL color Cylindrical-coordinate representation of color #EDA0FE: hue angle of 289.15º 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 #EDA0FE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 160 254 -
CMYK 0.07 0.37 0 0.00
HSL 289.15º 0.98% 0.81% -
HSV(B) 289.15º 0.37% 1% -
XYZ 65.39 50.3 100.03 -
YUV 193.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 237 160 254 0.07 0.37 0 0.00 289.15 0.98 0.81
Hex ED A0 FE 7 25 0 0 121 62 51
Octal 355 240 376 7 45 0 0 441 142 121
Binary 11101101 10100000 11111110 111 100101 0 0 100100001 1100010 1010001

Color Harmonies of #EDA0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA0FE

Black with #EDA0FE

Text Example


Text Example

White with #EDA0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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