Html Css Color HEX #EC9CFC Mauve

📋 copy color: '#EC9CFC'

red 236 ◦ green 156 ◦ blue 252

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

Shades of Mauve #EC9CFC

Tints of Mauve #EC9CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.22%

 BLUE value IS 252 (98.83% from 255) = 39.13%

R = 36.65%
G = 24.22%
B = 39.13%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC9CFC (or 0xEC9CFC) is known color: Mauve. HEX triplet: EC, 9C and FC. RGB value is (236,156,252). Sum of RGB (Red+Green+Blue) = 236+156+252=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC9CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CFC is #136303. Grayscale: #BEBEBE. Windows color (decimal): -1270532 or 16555244. OLE color: 16555244.

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

Color convert

RGB 236 156 252 -
CMYK 0.06 0.38 0 0.01
HSL 290º 0.94% 0.8% -
HSV(B) 290º 0.38% 0.99% -
XYZ 64.05 48.64 98.11 -
YUV 190.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 236 156 252 0.06 0.38 0 0.01 290 0.94 0.8
Hex EC 9C FC 6 26 0 1 122 5E 50
Octal 354 234 374 6 46 0 1 442 136 120
Binary 11101100 10011100 11111100 110 100110 0 1 100100010 1011110 1010000

Color Harmonies of #EC9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9CFC

Black with #EC9CFC

Text Example


Text Example

White with #EC9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9CFC; }

 p { color: rgb(236,156,252); }

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

background-color css

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

 a { background-color: rgb(236,156,252); }

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

border-color css

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

 span { border-color: rgb(236,156,252); }

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