Html Css Color HEX #ECB4FA Mauve

📋 copy color: '#ECB4FA'

red 236 ◦ green 180 ◦ blue 250

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

Shades of Mauve #ECB4FA

Tints of Mauve #ECB4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 35.44%
G = 27.03%
B = 37.54%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECB4FA (or 0xECB4FA) is known color: Mauve. HEX triplet: EC, B4 and FA. RGB value is (236,180,250). Sum of RGB (Red+Green+Blue) = 236+180+250=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4FA is #134B05. Grayscale: #CCCCCC. Windows color (decimal): -1264390 or 16430316. OLE color: 16430316.

HSL color Cylindrical-coordinate representation of color #ECB4FA: hue angle of 288º degrees, saturation: 0.88, 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 #ECB4FA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 180 250 -
CMYK 0.06 0.28 0 0.02
HSL 288º 0.88% 0.84% -
HSV(B) 288º 0.28% 0.98% -
XYZ 68.17 57.38 97.92 -
YUV 204.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 236 180 250 0.06 0.28 0 0.02 288 0.88 0.84
Hex EC B4 FA 6 1C 0 2 120 58 54
Octal 354 264 372 6 34 0 2 440 130 124
Binary 11101100 10110100 11111010 110 11100 0 10 100100000 1011000 1010100

Color Harmonies of #ECB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB4FA

Black with #ECB4FA

Text Example


Text Example

White with #ECB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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