Html Css Color HEX #EC9DFA Mauve

📋 copy color: '#EC9DFA'

red 236 ◦ green 157 ◦ blue 250

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

Shades of Mauve #EC9DFA

Tints of Mauve #EC9DFA

RGB

 RED value IS 236 (92.58% from 255) = 36.7%

 GREEN value IS 157 (61.72% from 255) = 24.42%

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 36.7%
G = 24.42%
B = 38.88%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC9DFA (or 0xEC9DFA) is known color: Mauve. HEX triplet: EC, 9D and FA. RGB value is (236,157,250). Sum of RGB (Red+Green+Blue) = 236+157+250=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 157 (61.72% from 255 or 24.42% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC9DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DFA is #136205. Grayscale: #BEBEBE. Windows color (decimal): -1270278 or 16424428. OLE color: 16424428.

HSL color Cylindrical-coordinate representation of color #EC9DFA: hue angle of 290.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9DFA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 157 250 -
CMYK 0.06 0.37 0 0.02
HSL 290.97º 0.9% 0.8% -
HSV(B) 290.97º 0.37% 0.98% -
XYZ 63.9 48.85 96.5 -
YUV 191.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 236 157 250 0.06 0.37 0 0.02 290.97 0.9 0.8
Hex EC 9D FA 6 25 0 2 123 5A 50
Octal 354 235 372 6 45 0 2 443 132 120
Binary 11101100 10011101 11111010 110 100101 0 10 100100011 1011010 1010000

Color Harmonies of #EC9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DFA

Black with #EC9DFA

Text Example


Text Example

White with #EC9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DFA; }

 p { color: rgb(236,157,250); }

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

background-color css

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

 a { background-color: rgb(236,157,250); }

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

border-color css

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

 span { border-color: rgb(236,157,250); }

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