Html Css Color HEX #ECB4F9 Mauve

📋 copy color: '#ECB4F9'

red 236 ◦ green 180 ◦ blue 249

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

Shades of Mauve #ECB4F9

Tints of Mauve #ECB4F9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.07%

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

R = 35.49%
G = 27.07%
B = 37.44%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECB4F9 (or 0xECB4F9) is known color: Mauve. HEX triplet: EC, B4 and F9. RGB value is (236,180,249). Sum of RGB (Red+Green+Blue) = 236+180+249=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 180 (70.70% from 255 or 27.07% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECB4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4F9 is #134B06. Grayscale: #CCCCCC. Windows color (decimal): -1264391 or 16364780. OLE color: 16364780.

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

Color convert

RGB 236 180 249 -
CMYK 0.05 0.28 0 0.02
HSL 288.7º 0.85% 0.84% -
HSV(B) 288.7º 0.28% 0.98% -
XYZ 68.01 57.31 97.1 -
YUV 204.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 236 180 249 0.05 0.28 0 0.02 288.7 0.85 0.84
Hex EC B4 F9 5 1C 0 2 121 55 54
Octal 354 264 371 5 34 0 2 441 125 124
Binary 11101100 10110100 11111001 101 11100 0 10 100100001 1010101 1010100

Color Harmonies of #ECB4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB4F9

Black with #ECB4F9

Text Example


Text Example

White with #ECB4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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