Html Css Color HEX #ECA2FF Mauve

📋 copy color: '#ECA2FF'

red 236 ◦ green 162 ◦ blue 255

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

Shades of Mauve #ECA2FF

Tints of Mauve #ECA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.81%

 BLUE value IS 255 (100% from 255) = 39.05%

R = 36.14%
G = 24.81%
B = 39.05%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ECA2FF (or 0xECA2FF) is known color: Mauve. HEX triplet: EC, A2 and FF. RGB value is (236,162,255). Sum of RGB (Red+Green+Blue) = 236+162+255=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA2FF is #135D00. Grayscale: #C2C2C2. Windows color (decimal): -1268993 or 16753388. OLE color: 16753388.

HSL color Cylindrical-coordinate representation of color #ECA2FF: hue angle of 287.74º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECA2FF is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 162 255 -
CMYK 0.07 0.36 0 0
HSL 287.74º 1% 0.82% -
HSV(B) 287.74º 0.36% 1% -
XYZ 65.56 50.89 100.98 -
YUV 194.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 236 162 255 0.07 0.36 0 0 287.74 1 0.82
Hex EC A2 FF 7 24 0 0 120 64 52
Octal 354 242 377 7 44 0 0 440 144 122
Binary 11101100 10100010 11111111 111 100100 0 0 100100000 1100100 1010010

Color Harmonies of #ECA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA2FF

Black with #ECA2FF

Text Example


Text Example

White with #ECA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA2FF; }

 p { color: rgb(236,162,255); }

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

background-color css

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

 a { background-color: rgb(236,162,255); }

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

border-color css

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

 span { border-color: rgb(236,162,255); }

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