Html Css Color HEX #ECB0FC Mauve

📋 copy color: '#ECB0FC'

red 236 ◦ green 176 ◦ blue 252

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

Shades of Mauve #ECB0FC

Tints of Mauve #ECB0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.95%

R = 35.54%
G = 26.51%
B = 37.95%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECB0FC (or 0xECB0FC) is known color: Mauve. HEX triplet: EC, B0 and FC. RGB value is (236,176,252). Sum of RGB (Red+Green+Blue) = 236+176+252=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 176 (69.14% from 255 or 26.51% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0FC is #134F03. Grayscale: #CACACA. Windows color (decimal): -1265412 or 16560364. OLE color: 16560364.

HSL color Cylindrical-coordinate representation of color #ECB0FC: hue angle of 287.37º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB0FC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 176 252 -
CMYK 0.06 0.30 0 0.01
HSL 287.37º 0.93% 0.84% -
HSV(B) 287.37º 0.3% 0.99% -
XYZ 67.69 55.91 99.32 -
YUV 202.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 236 176 252 0.06 0.30 0 0.01 287.37 0.93 0.84
Hex EC B0 FC 6 1E 0 1 11F 5D 54
Octal 354 260 374 6 36 0 1 437 135 124
Binary 11101100 10110000 11111100 110 11110 0 1 100011111 1011101 1010100

Color Harmonies of #ECB0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0FC

Black with #ECB0FC

Text Example


Text Example

White with #ECB0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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