Html Css Color HEX #ED9CFF Mauve

📋 copy color: '#ED9CFF'

red 237 ◦ green 156 ◦ blue 255

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

Shades of Mauve #ED9CFF

Tints of Mauve #ED9CFF

RGB

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

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

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

R = 36.57%
G = 24.07%
B = 39.35%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED9CFF (or 0xED9CFF) is known color: Mauve. HEX triplet: ED, 9C and FF. RGB value is (237,156,255). Sum of RGB (Red+Green+Blue) = 237+156+255=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 156 (61.33% from 255 or 24.07% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED9CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CFF is #126300. Grayscale: #BFBFBF. Windows color (decimal): -1204993 or 16751853. OLE color: 16751853.

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

Color convert

RGB 237 156 255 -
CMYK 0.07 0.39 0 0
HSL 289.09º 1% 0.81% -
HSV(B) 289.09º 0.39% 1% -
XYZ 64.86 49 100.65 -
YUV 191.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 237 156 255 0.07 0.39 0 0 289.09 1 0.81
Hex ED 9C FF 7 27 0 0 121 64 51
Octal 355 234 377 7 47 0 0 441 144 121
Binary 11101101 10011100 11111111 111 100111 0 0 100100001 1100100 1010001

Color Harmonies of #ED9CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CFF

Black with #ED9CFF

Text Example


Text Example

White with #ED9CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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