Html Css Color HEX #ECA1EC Plum

📋 copy color: '#ECA1EC'

red 236 ◦ green 161 ◦ blue 236

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

Shades of Plum #ECA1EC

Tints of Plum #ECA1EC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.43%

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

R = 37.28%
G = 25.43%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECA1EC (or 0xECA1EC) is known color: Plum. HEX triplet: EC, A1 and EC. RGB value is (236,161,236). Sum of RGB (Red+Green+Blue) = 236+161+236=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA1EC is #135E13. Grayscale: #BFBFBF. Windows color (decimal): -1269268 or 15507948. OLE color: 15507948.

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

Color convert

RGB 236 161 236 -
CMYK 0 0.32 0 0.07
HSL 300º 0.66% 0.78% -
HSV(B) 300º 0.32% 0.93% -
XYZ 62.48 49.38 85.6 -
YUV 191.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 236 161 236 0 0.32 0 0.07 300 0.66 0.78
Hex EC A1 EC 0 20 0 7 12C 42 4E
Octal 354 241 354 0 40 0 7 454 102 116
Binary 11101100 10100001 11101100 0 100000 0 111 100101100 1000010 1001110

Color Harmonies of #ECA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA1EC

Black with #ECA1EC

Text Example


Text Example

White with #ECA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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