Html Css Color HEX #ECB0FF Mauve

📋 copy color: '#ECB0FF'

red 236 ◦ green 176 ◦ blue 255

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

Shades of Mauve #ECB0FF

Tints of Mauve #ECB0FF

RGB

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

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

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

R = 35.38%
G = 26.39%
B = 38.23%

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

#ECB0FF (or 0xECB0FF) is known color: Mauve. HEX triplet: EC, B0 and FF. RGB value is (236,176,255). Sum of RGB (Red+Green+Blue) = 236+176+255=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 176 (69.14% from 255 or 26.39% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0FF is #134F00. Grayscale: #CACACA. Windows color (decimal): -1265409 or 16756972. OLE color: 16756972.

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

Color convert

RGB 236 176 255 -
CMYK 0.07 0.31 0 0
HSL 285.57º 1% 0.85% -
HSV(B) 285.57º 0.31% 1% -
XYZ 68.17 56.1 101.84 -
YUV 202.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 236 176 255 0.07 0.31 0 0 285.57 1 0.85
Hex EC B0 FF 7 1F 0 0 11E 64 55
Octal 354 260 377 7 37 0 0 436 144 125
Binary 11101100 10110000 11111111 111 11111 0 0 100011110 1100100 1010101

Color Harmonies of #ECB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0FF

Black with #ECB0FF

Text Example


Text Example

White with #ECB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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