Html Css Color HEX #ECA6ED Plum

📋 copy color: '#ECA6ED'

red 236 ◦ green 166 ◦ blue 237

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

Shades of Plum #ECA6ED

Tints of Plum #ECA6ED

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.98%

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 36.93%
G = 25.98%
B = 37.09%

CMYK

 C value IS 0.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECA6ED (or 0xECA6ED) is known color: Plum. HEX triplet: EC, A6 and ED. RGB value is (236,166,237). Sum of RGB (Red+Green+Blue) = 236+166+237=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECA6ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA6ED is #135912. Grayscale: #C2C2C2. Windows color (decimal): -1267987 or 15574764. OLE color: 15574764.

HSL color Cylindrical-coordinate representation of color #ECA6ED: hue angle of 299.15º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA6ED is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 166 237 -
CMYK 0.00 0.30 0 0.07
HSL 299.15º 0.66% 0.79% -
HSV(B) 299.15º 0.3% 0.93% -
XYZ 63.51 51.22 86.66 -
YUV 195.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 236 166 237 0.00 0.30 0 0.07 299.15 0.66 0.79
Hex EC A6 ED 0 1E 0 7 12B 42 4F
Octal 354 246 355 0 36 0 7 453 102 117
Binary 11101100 10100110 11101101 0 11110 0 111 100101011 1000010 1001111

Color Harmonies of #ECA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA6ED

Black with #ECA6ED

Text Example


Text Example

White with #ECA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA6ED; }

 p { color: rgb(236,166,237); }

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

background-color css

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

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

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

border-color css

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

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

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