Html Css Color HEX #EC9BFE Mauve

📋 copy color: '#EC9BFE'

red 236 ◦ green 155 ◦ blue 254

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

Shades of Mauve #EC9BFE

Tints of Mauve #EC9BFE

RGB

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

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

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

R = 36.59%
G = 24.03%
B = 39.38%

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

#EC9BFE (or 0xEC9BFE) is known color: Mauve. HEX triplet: EC, 9B and FE. RGB value is (236,155,254). Sum of RGB (Red+Green+Blue) = 236+155+254=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 155 (60.94% from 255 or 24.03% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC9BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BFE is #136401. Grayscale: #BEBEBE. Windows color (decimal): -1270786 or 16686060. OLE color: 16686060.

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

Color convert

RGB 236 155 254 -
CMYK 0.07 0.39 0 0.00
HSL 289.09º 0.98% 0.8% -
HSV(B) 289.09º 0.39% 1% -
XYZ 64.2 48.43 99.73 -
YUV 190.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 236 155 254 0.07 0.39 0 0.00 289.09 0.98 0.8
Hex EC 9B FE 7 27 0 0 121 62 50
Octal 354 233 376 7 47 0 0 441 142 120
Binary 11101100 10011011 11111110 111 100111 0 0 100100001 1100010 1010000

Color Harmonies of #EC9BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BFE

Black with #EC9BFE

Text Example


Text Example

White with #EC9BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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