Html Css Color HEX #ED9CFD Mauve

📋 copy color: '#ED9CFD'

red 237 ◦ green 156 ◦ blue 253

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

Shades of Mauve #ED9CFD

Tints of Mauve #ED9CFD

RGB

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

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

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

R = 36.69%
G = 24.15%
B = 39.16%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED9CFD (or 0xED9CFD) is known color: Mauve. HEX triplet: ED, 9C and FD. RGB value is (237,156,253). Sum of RGB (Red+Green+Blue) = 237+156+253=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 156 (61.33% from 255 or 24.15% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED9CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CFD is #126302. Grayscale: #BEBEBE. Windows color (decimal): -1204995 or 16620781. OLE color: 16620781.

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

Color convert

RGB 237 156 253 -
CMYK 0.06 0.38 0 0.01
HSL 290.1º 0.96% 0.8% -
HSV(B) 290.1º 0.38% 0.99% -
XYZ 64.54 48.87 98.96 -
YUV 191.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 237 156 253 0.06 0.38 0 0.01 290.1 0.96 0.8
Hex ED 9C FD 6 26 0 1 122 60 50
Octal 355 234 375 6 46 0 1 442 140 120
Binary 11101101 10011100 11111101 110 100110 0 1 100100010 1100000 1010000

Color Harmonies of #ED9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CFD

Black with #ED9CFD

Text Example


Text Example

White with #ED9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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