Html Css Color HEX #ED9FFD Mauve

📋 copy color: '#ED9FFD'

red 237 ◦ green 159 ◦ blue 253

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

Shades of Mauve #ED9FFD

Tints of Mauve #ED9FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.5%

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

R = 36.52%
G = 24.5%
B = 38.98%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED9FFD (or 0xED9FFD) is known color: Mauve. HEX triplet: ED, 9F and FD. RGB value is (237,159,253). Sum of RGB (Red+Green+Blue) = 237+159+253=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED9FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FFD is #126002. Grayscale: #C0C0C0. Windows color (decimal): -1204227 or 16621549. OLE color: 16621549.

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

Color convert

RGB 237 159 253 -
CMYK 0.06 0.37 0 0.01
HSL 289.79º 0.96% 0.81% -
HSV(B) 289.79º 0.37% 0.99% -
XYZ 65.05 49.89 99.13 -
YUV 193.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 237 159 253 0.06 0.37 0 0.01 289.79 0.96 0.81
Hex ED 9F FD 6 25 0 1 122 60 51
Octal 355 237 375 6 45 0 1 442 140 121
Binary 11101101 10011111 11111101 110 100101 0 1 100100010 1100000 1010001

Color Harmonies of #ED9FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FFD

Black with #ED9FFD

Text Example


Text Example

White with #ED9FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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