Html Css Color HEX #ECAAEC Plum

📋 copy color: '#ECAAEC'

red 236 ◦ green 170 ◦ blue 236

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

Shades of Plum #ECAAEC

Tints of Plum #ECAAEC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.48%

 BLUE value IS 236 (92.58% from 255) = 36.76%

R = 36.76%
G = 26.48%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECAAEC (or 0xECAAEC) is known color: Plum. HEX triplet: EC, AA and EC. RGB value is (236,170,236). Sum of RGB (Red+Green+Blue) = 236+170+236=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAEC is #135513. Grayscale: #C5C5C5. Windows color (decimal): -1266964 or 15510252. OLE color: 15510252.

HSL color Cylindrical-coordinate representation of color #ECAAEC: hue angle of 300º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAAEC is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 236 -
CMYK 0 0.28 0 0.07
HSL 300º 0.63% 0.8% -
HSV(B) 300º 0.28% 0.93% -
XYZ 64.11 52.64 86.14 -
YUV 197.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 236 170 236 0 0.28 0 0.07 300 0.63 0.8
Hex EC AA EC 0 1C 0 7 12C 3F 50
Octal 354 252 354 0 34 0 7 454 77 120
Binary 11101100 10101010 11101100 0 11100 0 111 100101100 111111 1010000

Color Harmonies of #ECAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAAEC

Black with #ECAAEC

Text Example


Text Example

White with #ECAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAAEC; }

 p { color: rgb(236,170,236); }

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

background-color css

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

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

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

border-color css

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

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

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