Html Css Color HEX #ECB4F6 Mauve

📋 copy color: '#ECB4F6'

red 236 ◦ green 180 ◦ blue 246

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

Shades of Mauve #ECB4F6

Tints of Mauve #ECB4F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.16%

R = 35.65%
G = 27.19%
B = 37.16%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ECB4F6 (or 0xECB4F6) is known color: Mauve. HEX triplet: EC, B4 and F6. RGB value is (236,180,246). Sum of RGB (Red+Green+Blue) = 236+180+246=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 180 (70.70% from 255 or 27.19% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECB4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4F6 is #134B09. Grayscale: #CCCCCC. Windows color (decimal): -1264394 or 16168172. OLE color: 16168172.

HSL color Cylindrical-coordinate representation of color #ECB4F6: hue angle of 290.91º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB4F6 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 180 246 -
CMYK 0.04 0.27 0 0.04
HSL 290.91º 0.79% 0.84% -
HSV(B) 290.91º 0.27% 0.96% -
XYZ 67.55 57.13 94.66 -
YUV 204.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 236 180 246 0.04 0.27 0 0.04 290.91 0.79 0.84
Hex EC B4 F6 4 1B 0 4 123 4F 54
Octal 354 264 366 4 33 0 4 443 117 124
Binary 11101100 10110100 11110110 100 11011 0 100 100100011 1001111 1010100

Color Harmonies of #ECB4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB4F6

Black with #ECB4F6

Text Example


Text Example

White with #ECB4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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