Html Css Color HEX #EC9BFC Mauve

📋 copy color: '#EC9BFC'

red 236 ◦ green 155 ◦ blue 252

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

Shades of Mauve #EC9BFC

Tints of Mauve #EC9BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.11%

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

R = 36.7%
G = 24.11%
B = 39.19%

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

#EC9BFC (or 0xEC9BFC) is known color: Mauve. HEX triplet: EC, 9B and FC. RGB value is (236,155,252). Sum of RGB (Red+Green+Blue) = 236+155+252=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 155 (60.94% from 255 or 24.11% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC9BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BFC is #136403. Grayscale: #BDBDBD. Windows color (decimal): -1270788 or 16554988. OLE color: 16554988.

HSL color Cylindrical-coordinate representation of color #EC9BFC: hue angle of 290.1º 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 #EC9BFC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 155 252 -
CMYK 0.06 0.38 0 0.01
HSL 290.1º 0.94% 0.8% -
HSV(B) 290.1º 0.38% 0.99% -
XYZ 63.88 48.3 98.05 -
YUV 190.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 236 155 252 0.06 0.38 0 0.01 290.1 0.94 0.8
Hex EC 9B FC 6 26 0 1 122 5E 50
Octal 354 233 374 6 46 0 1 442 136 120
Binary 11101100 10011011 11111100 110 100110 0 1 100100010 1011110 1010000

Color Harmonies of #EC9BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BFC

Black with #EC9BFC

Text Example


Text Example

White with #EC9BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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