Html Css Color HEX #ECB1FF Mauve

📋 copy color: '#ECB1FF'

red 236 ◦ green 177 ◦ blue 255

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

Shades of Mauve #ECB1FF

Tints of Mauve #ECB1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.17%

R = 35.33%
G = 26.5%
B = 38.17%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ECB1FF (or 0xECB1FF) is known color: Mauve. HEX triplet: EC, B1 and FF. RGB value is (236,177,255). Sum of RGB (Red+Green+Blue) = 236+177+255=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 177 (69.53% from 255 or 26.50% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1FF is #134E00. Grayscale: #CBCBCB. Windows color (decimal): -1265153 or 16757228. OLE color: 16757228.

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

Color convert

RGB 236 177 255 -
CMYK 0.07 0.31 0 0
HSL 285.38º 1% 0.85% -
HSV(B) 285.38º 0.31% 1% -
XYZ 68.36 56.5 101.91 -
YUV 203.53 157.05 151.16 -
System Red Green Blue C M Y K H S L
Decimal 236 177 255 0.07 0.31 0 0 285.38 1 0.85
Hex EC B1 FF 7 1F 0 0 11D 64 55
Octal 354 261 377 7 37 0 0 435 144 125
Binary 11101100 10110001 11111111 111 11111 0 0 100011101 1100100 1010101

Color Harmonies of #ECB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1FF

Black with #ECB1FF

Text Example


Text Example

White with #ECB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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