Html Css Color HEX #ECB2FE Mauve

📋 copy color: '#ECB2FE'

red 236 ◦ green 178 ◦ blue 254

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

Shades of Mauve #ECB2FE

Tints of Mauve #ECB2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.65%

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

R = 35.33%
G = 26.65%
B = 38.02%

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

#ECB2FE (or 0xECB2FE) is known color: Mauve. HEX triplet: EC, B2 and FE. RGB value is (236,178,254). Sum of RGB (Red+Green+Blue) = 236+178+254=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2FE is #134D01. Grayscale: #CBCBCB. Windows color (decimal): -1264898 or 16691948. OLE color: 16691948.

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

Color convert

RGB 236 178 254 -
CMYK 0.07 0.30 0 0.00
HSL 285.79º 0.97% 0.85% -
HSV(B) 285.79º 0.3% 1% -
XYZ 68.4 56.83 101.13 -
YUV 204.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 236 178 254 0.07 0.30 0 0.00 285.79 0.97 0.85
Hex EC B2 FE 7 1E 0 0 11E 61 55
Octal 354 262 376 7 36 0 0 436 141 125
Binary 11101100 10110010 11111110 111 11110 0 0 100011110 1100001 1010101

Color Harmonies of #ECB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2FE

Black with #ECB2FE

Text Example


Text Example

White with #ECB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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