Html Css Color HEX #EDA2FF Mauve

📋 copy color: '#EDA2FF'

red 237 ◦ green 162 ◦ blue 255

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

Shades of Mauve #EDA2FF

Tints of Mauve #EDA2FF

RGB

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

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

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

R = 36.24%
G = 24.77%
B = 38.99%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDA2FF (or 0xEDA2FF) is known color: Mauve. HEX triplet: ED, A2 and FF. RGB value is (237,162,255). Sum of RGB (Red+Green+Blue) = 237+162+255=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 162 (63.67% from 255 or 24.77% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2FF is #125D00. Grayscale: #C2C2C2. Windows color (decimal): -1203457 or 16753389. OLE color: 16753389.

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

Color convert

RGB 237 162 255 -
CMYK 0.07 0.36 0 0
HSL 288.39º 1% 0.82% -
HSV(B) 288.39º 0.36% 1% -
XYZ 65.9 51.07 100.99 -
YUV 195.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 237 162 255 0.07 0.36 0 0 288.39 1 0.82
Hex ED A2 FF 7 24 0 0 120 64 52
Octal 355 242 377 7 44 0 0 440 144 122
Binary 11101101 10100010 11111111 111 100100 0 0 100100000 1100100 1010010

Color Harmonies of #EDA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA2FF

Black with #EDA2FF

Text Example


Text Example

White with #EDA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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