Html Css Color HEX #ECB0FE Mauve

📋 copy color: '#ECB0FE'

red 236 ◦ green 176 ◦ blue 254

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

Shades of Mauve #ECB0FE

Tints of Mauve #ECB0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.43%

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

R = 35.44%
G = 26.43%
B = 38.14%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ECB0FE (or 0xECB0FE) is known color: Mauve. HEX triplet: EC, B0 and FE. RGB value is (236,176,254). Sum of RGB (Red+Green+Blue) = 236+176+254=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 176 (69.14% from 255 or 26.43% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0FE is #134F01. Grayscale: #CACACA. Windows color (decimal): -1265410 or 16691436. OLE color: 16691436.

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

Color convert

RGB 236 176 254 -
CMYK 0.07 0.31 0 0.00
HSL 286.15º 0.98% 0.84% -
HSV(B) 286.15º 0.31% 1% -
XYZ 68.01 56.04 101 -
YUV 202.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 236 176 254 0.07 0.31 0 0.00 286.15 0.98 0.84
Hex EC B0 FE 7 1F 0 0 11E 62 54
Octal 354 260 376 7 37 0 0 436 142 124
Binary 11101100 10110000 11111110 111 11111 0 0 100011110 1100010 1010100

Color Harmonies of #ECB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0FE

Black with #ECB0FE

Text Example


Text Example

White with #ECB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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