Html Css Color HEX #ECB1FE Mauve

📋 copy color: '#ECB1FE'

red 236 ◦ green 177 ◦ blue 254

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

Shades of Mauve #ECB1FE

Tints of Mauve #ECB1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.54%

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

R = 35.38%
G = 26.54%
B = 38.08%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ECB1FE (or 0xECB1FE) is known color: Mauve. HEX triplet: EC, B1 and FE. RGB value is (236,177,254). Sum of RGB (Red+Green+Blue) = 236+177+254=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1FE is #134E01. Grayscale: #CBCBCB. Windows color (decimal): -1265154 or 16691692. OLE color: 16691692.

HSL color Cylindrical-coordinate representation of color #ECB1FE: hue angle of 285.97º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB1FE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 236 177 254 -
CMYK 0.07 0.30 0 0.00
HSL 285.97º 0.97% 0.85% -
HSV(B) 285.97º 0.3% 1% -
XYZ 68.2 56.43 101.06 -
YUV 203.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 236 177 254 0.07 0.30 0 0.00 285.97 0.97 0.85
Hex EC B1 FE 7 1E 0 0 11E 61 55
Octal 354 261 376 7 36 0 0 436 141 125
Binary 11101100 10110001 11111110 111 11110 0 0 100011110 1100001 1010101

Color Harmonies of #ECB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1FE

Black with #ECB1FE

Text Example


Text Example

White with #ECB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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