Html Css Color HEX #ECB6FA Mauve

📋 copy color: '#ECB6FA'

red 236 ◦ green 182 ◦ blue 250

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

Shades of Mauve #ECB6FA

Tints of Mauve #ECB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.25%

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

R = 35.33%
G = 27.25%
B = 37.43%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECB6FA (or 0xECB6FA) is known color: Mauve. HEX triplet: EC, B6 and FA. RGB value is (236,182,250). Sum of RGB (Red+Green+Blue) = 236+182+250=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB6FA is #134905. Grayscale: #CDCDCD. Windows color (decimal): -1263878 or 16430828. OLE color: 16430828.

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

Color convert

RGB 236 182 250 -
CMYK 0.06 0.27 0 0.02
HSL 287.65º 0.87% 0.85% -
HSV(B) 287.65º 0.27% 0.98% -
XYZ 68.58 58.19 98.06 -
YUV 205.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 236 182 250 0.06 0.27 0 0.02 287.65 0.87 0.85
Hex EC B6 FA 6 1B 0 2 120 57 55
Octal 354 266 372 6 33 0 2 440 127 125
Binary 11101100 10110110 11111010 110 11011 0 10 100100000 1010111 1010101

Color Harmonies of #ECB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB6FA

Black with #ECB6FA

Text Example


Text Example

White with #ECB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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