Html Css Color HEX #EC9AFE Mauve

📋 copy color: '#EC9AFE'

red 236 ◦ green 154 ◦ blue 254

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

Shades of Mauve #EC9AFE

Tints of Mauve #EC9AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 23.91%

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

R = 36.65%
G = 23.91%
B = 39.44%

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

#EC9AFE (or 0xEC9AFE) is known color: Mauve. HEX triplet: EC, 9A and FE. RGB value is (236,154,254). Sum of RGB (Red+Green+Blue) = 236+154+254=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 154 (60.55% from 255 or 23.91% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC9AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AFE is #136501. Grayscale: #BDBDBD. Windows color (decimal): -1271042 or 16685804. OLE color: 16685804.

HSL color Cylindrical-coordinate representation of color #EC9AFE: hue angle of 289.2º 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 #EC9AFE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 236 154 254 -
CMYK 0.07 0.39 0 0.00
HSL 289.2º 0.98% 0.8% -
HSV(B) 289.2º 0.39% 1% -
XYZ 64.04 48.1 99.68 -
YUV 189.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 236 154 254 0.07 0.39 0 0.00 289.2 0.98 0.8
Hex EC 9A FE 7 27 0 0 121 62 50
Octal 354 232 376 7 47 0 0 441 142 120
Binary 11101100 10011010 11111110 111 100111 0 0 100100001 1100010 1010000

Color Harmonies of #EC9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9AFE

Black with #EC9AFE

Text Example


Text Example

White with #EC9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9AFE; }

 p { color: rgb(236,154,254); }

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

background-color css

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

 a { background-color: rgb(236,154,254); }

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

border-color css

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

 span { border-color: rgb(236,154,254); }

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