Html Css Color HEX #EC9EFD Mauve

📋 copy color: '#EC9EFD'

red 236 ◦ green 158 ◦ blue 253

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

Shades of Mauve #EC9EFD

Tints of Mauve #EC9EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.1%

R = 36.48%
G = 24.42%
B = 39.1%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC9EFD (or 0xEC9EFD) is known color: Mauve. HEX triplet: EC, 9E and FD. RGB value is (236,158,253). Sum of RGB (Red+Green+Blue) = 236+158+253=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 158 (62.11% from 255 or 24.42% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC9EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EFD is #136102. Grayscale: #BFBFBF. Windows color (decimal): -1270019 or 16621292. OLE color: 16621292.

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

Color convert

RGB 236 158 253 -
CMYK 0.07 0.38 0 0.01
HSL 289.26º 0.96% 0.81% -
HSV(B) 289.26º 0.38% 0.99% -
XYZ 64.55 49.38 99.06 -
YUV 192.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 236 158 253 0.07 0.38 0 0.01 289.26 0.96 0.81
Hex EC 9E FD 7 26 0 1 121 60 51
Octal 354 236 375 7 46 0 1 441 140 121
Binary 11101100 10011110 11111101 111 100110 0 1 100100001 1100000 1010001

Color Harmonies of #EC9EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9EFD

Black with #EC9EFD

Text Example


Text Example

White with #EC9EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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