Html Css Color HEX #ED9CFE Mauve

📋 copy color: '#ED9CFE'

red 237 ◦ green 156 ◦ blue 254

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

Shades of Mauve #ED9CFE

Tints of Mauve #ED9CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.11%

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

R = 36.63%
G = 24.11%
B = 39.26%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED9CFE (or 0xED9CFE) is known color: Mauve. HEX triplet: ED, 9C and FE. RGB value is (237,156,254). Sum of RGB (Red+Green+Blue) = 237+156+254=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 156 (61.33% from 255 or 24.11% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED9CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CFE is #126301. Grayscale: #BFBFBF. Windows color (decimal): -1204994 or 16686317. OLE color: 16686317.

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

Color convert

RGB 237 156 254 -
CMYK 0.07 0.39 0 0.00
HSL 289.59º 0.98% 0.8% -
HSV(B) 289.59º 0.39% 1% -
XYZ 64.7 48.94 99.8 -
YUV 191.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 237 156 254 0.07 0.39 0 0.00 289.59 0.98 0.8
Hex ED 9C FE 7 27 0 0 122 62 50
Octal 355 234 376 7 47 0 0 442 142 120
Binary 11101101 10011100 11111110 111 100111 0 0 100100010 1100010 1010000

Color Harmonies of #ED9CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CFE

Black with #ED9CFE

Text Example


Text Example

White with #ED9CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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