Html Css Color HEX #EC9EFE Mauve

📋 copy color: '#EC9EFE'

red 236 ◦ green 158 ◦ blue 254

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

Shades of Mauve #EC9EFE

Tints of Mauve #EC9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.38%

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

R = 36.42%
G = 24.38%
B = 39.2%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC9EFE (or 0xEC9EFE) is known color: Mauve. HEX triplet: EC, 9E and FE. RGB value is (236,158,254). Sum of RGB (Red+Green+Blue) = 236+158+254=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 158 (62.11% from 255 or 24.38% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EFE is #136101. Grayscale: #BFBFBF. Windows color (decimal): -1270018 or 16686828. OLE color: 16686828.

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

Color convert

RGB 236 158 254 -
CMYK 0.07 0.38 0 0.00
HSL 288.75º 0.98% 0.81% -
HSV(B) 288.75º 0.38% 1% -
XYZ 64.71 49.44 99.9 -
YUV 192.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 236 158 254 0.07 0.38 0 0.00 288.75 0.98 0.81
Hex EC 9E FE 7 26 0 0 121 62 51
Octal 354 236 376 7 46 0 0 441 142 121
Binary 11101100 10011110 11111110 111 100110 0 0 100100001 1100010 1010001

Color Harmonies of #EC9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9EFE

Black with #EC9EFE

Text Example


Text Example

White with #EC9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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