Html Css Color HEX #EDA1FD Mauve

📋 copy color: '#EDA1FD'

red 237 ◦ green 161 ◦ blue 253

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

Shades of Mauve #EDA1FD

Tints of Mauve #EDA1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.86%

R = 36.41%
G = 24.73%
B = 38.86%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDA1FD (or 0xEDA1FD) is known color: Mauve. HEX triplet: ED, A1 and FD. RGB value is (237,161,253). Sum of RGB (Red+Green+Blue) = 237+161+253=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 161 (63.28% from 255 or 24.73% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDA1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1FD is #125E02. Grayscale: #C1C1C1. Windows color (decimal): -1203715 or 16622061. OLE color: 16622061.

HSL color Cylindrical-coordinate representation of color #EDA1FD: hue angle of 289.57º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDA1FD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 161 253 -
CMYK 0.06 0.36 0 0.01
HSL 289.57º 0.96% 0.81% -
HSV(B) 289.57º 0.36% 0.99% -
XYZ 65.4 50.59 99.25 -
YUV 194.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 237 161 253 0.06 0.36 0 0.01 289.57 0.96 0.81
Hex ED A1 FD 6 24 0 1 122 60 51
Octal 355 241 375 6 44 0 1 442 140 121
Binary 11101101 10100001 11111101 110 100100 0 1 100100010 1100000 1010001

Color Harmonies of #EDA1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA1FD

Black with #EDA1FD

Text Example


Text Example

White with #EDA1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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