Html Css Color HEX #ECB0F9 Mauve

📋 copy color: '#ECB0F9'

red 236 ◦ green 176 ◦ blue 249

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

Shades of Mauve #ECB0F9

Tints of Mauve #ECB0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.67%

R = 35.7%
G = 26.63%
B = 37.67%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECB0F9 (or 0xECB0F9) is known color: Mauve. HEX triplet: EC, B0 and F9. RGB value is (236,176,249). Sum of RGB (Red+Green+Blue) = 236+176+249=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 176 (69.14% from 255 or 26.63% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECB0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0F9 is #134F06. Grayscale: #CACACA. Windows color (decimal): -1265415 or 16363756. OLE color: 16363756.

HSL color Cylindrical-coordinate representation of color #ECB0F9: hue angle of 289.32º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECB0F9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 176 249 -
CMYK 0.05 0.29 0 0.02
HSL 289.32º 0.86% 0.83% -
HSV(B) 289.32º 0.29% 0.98% -
XYZ 67.22 55.72 96.84 -
YUV 202.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 236 176 249 0.05 0.29 0 0.02 289.32 0.86 0.83
Hex EC B0 F9 5 1D 0 2 121 56 53
Octal 354 260 371 5 35 0 2 441 126 123
Binary 11101100 10110000 11111001 101 11101 0 10 100100001 1010110 1010011

Color Harmonies of #ECB0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0F9

Black with #ECB0F9

Text Example


Text Example

White with #ECB0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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