Html Css Color HEX #EC9FFA Mauve

📋 copy color: '#EC9FFA'

red 236 ◦ green 159 ◦ blue 250

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

Shades of Mauve #EC9FFA

Tints of Mauve #EC9FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.65%

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

R = 36.59%
G = 24.65%
B = 38.76%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC9FFA (or 0xEC9FFA) is known color: Mauve. HEX triplet: EC, 9F and FA. RGB value is (236,159,250). Sum of RGB (Red+Green+Blue) = 236+159+250=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 159 (62.5% from 255 or 24.65% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC9FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FFA is #136005. Grayscale: #C0C0C0. Windows color (decimal): -1269766 or 16424940. OLE color: 16424940.

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

Color convert

RGB 236 159 250 -
CMYK 0.06 0.36 0 0.02
HSL 290.77º 0.9% 0.8% -
HSV(B) 290.77º 0.36% 0.98% -
XYZ 64.25 49.53 96.62 -
YUV 192.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 236 159 250 0.06 0.36 0 0.02 290.77 0.9 0.8
Hex EC 9F FA 6 24 0 2 123 5A 50
Octal 354 237 372 6 44 0 2 443 132 120
Binary 11101100 10011111 11111010 110 100100 0 10 100100011 1011010 1010000

Color Harmonies of #EC9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9FFA

Black with #EC9FFA

Text Example


Text Example

White with #EC9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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