Html Css Color HEX #ED9AFF Mauve

📋 copy color: '#ED9AFF'

red 237 ◦ green 154 ◦ blue 255

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

Shades of Mauve #ED9AFF

Tints of Mauve #ED9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 23.84%

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

R = 36.69%
G = 23.84%
B = 39.47%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED9AFF (or 0xED9AFF) is known color: Mauve. HEX triplet: ED, 9A and FF. RGB value is (237,154,255). Sum of RGB (Red+Green+Blue) = 237+154+255=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 154 (60.55% from 255 or 23.84% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9AFF is #126500. Grayscale: #BEBEBE. Windows color (decimal): -1205505 or 16751341. OLE color: 16751341.

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

Color convert

RGB 237 154 255 -
CMYK 0.07 0.40 0 0
HSL 289.31º 1% 0.8% -
HSV(B) 289.31º 0.4% 1% -
XYZ 64.53 48.34 100.54 -
YUV 190.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 237 154 255 0.07 0.40 0 0 289.31 1 0.8
Hex ED 9A FF 7 28 0 0 121 64 50
Octal 355 232 377 7 50 0 0 441 144 120
Binary 11101101 10011010 11111111 111 101000 0 0 100100001 1100100 1010000

Color Harmonies of #ED9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9AFF

Black with #ED9AFF

Text Example


Text Example

White with #ED9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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