Html Css Color HEX #EDA2FE Mauve

📋 copy color: '#EDA2FE'

red 237 ◦ green 162 ◦ blue 254

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

Shades of Mauve #EDA2FE

Tints of Mauve #EDA2FE

RGB

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

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

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

R = 36.29%
G = 24.81%
B = 38.9%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDA2FE (or 0xEDA2FE) is known color: Mauve. HEX triplet: ED, A2 and FE. RGB value is (237,162,254). Sum of RGB (Red+Green+Blue) = 237+162+254=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2FE is #125D01. Grayscale: #C2C2C2. Windows color (decimal): -1203458 or 16687853. OLE color: 16687853.

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

Color convert

RGB 237 162 254 -
CMYK 0.07 0.36 0 0.00
HSL 288.91º 0.98% 0.82% -
HSV(B) 288.91º 0.36% 1% -
XYZ 65.73 51 100.15 -
YUV 194.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 237 162 254 0.07 0.36 0 0.00 288.91 0.98 0.82
Hex ED A2 FE 7 24 0 0 121 62 52
Octal 355 242 376 7 44 0 0 441 142 122
Binary 11101101 10100010 11111110 111 100100 0 0 100100001 1100010 1010010

Color Harmonies of #EDA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA2FE

Black with #EDA2FE

Text Example


Text Example

White with #EDA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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