Html Css Color HEX #ECB4FE Mauve

📋 copy color: '#ECB4FE'

red 236 ◦ green 180 ◦ blue 254

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

Shades of Mauve #ECB4FE

Tints of Mauve #ECB4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.87%

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

R = 35.22%
G = 26.87%
B = 37.91%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ECB4FE (or 0xECB4FE) is known color: Mauve. HEX triplet: EC, B4 and FE. RGB value is (236,180,254). Sum of RGB (Red+Green+Blue) = 236+180+254=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4FE is #134B01. Grayscale: #CCCCCC. Windows color (decimal): -1264386 or 16692460. OLE color: 16692460.

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

Color convert

RGB 236 180 254 -
CMYK 0.07 0.29 0 0.00
HSL 285.41º 0.97% 0.85% -
HSV(B) 285.41º 0.29% 1% -
XYZ 68.8 57.63 101.26 -
YUV 205.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 236 180 254 0.07 0.29 0 0.00 285.41 0.97 0.85
Hex EC B4 FE 7 1D 0 0 11D 61 55
Octal 354 264 376 7 35 0 0 435 141 125
Binary 11101100 10110100 11111110 111 11101 0 0 100011101 1100001 1010101

Color Harmonies of #ECB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB4FE

Black with #ECB4FE

Text Example


Text Example

White with #ECB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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