Html Css Color HEX #ECA4EC Plum

📋 copy color: '#ECA4EC'

red 236 ◦ green 164 ◦ blue 236

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

Shades of Plum #ECA4EC

Tints of Plum #ECA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.79%

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

R = 37.11%
G = 25.79%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECA4EC (or 0xECA4EC) is known color: Plum. HEX triplet: EC, A4 and EC. RGB value is (236,164,236). Sum of RGB (Red+Green+Blue) = 236+164+236=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECA4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA4EC is #135B13. Grayscale: #C1C1C1. Windows color (decimal): -1268500 or 15508716. OLE color: 15508716.

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

Color convert

RGB 236 164 236 -
CMYK 0 0.31 0 0.07
HSL 300º 0.65% 0.78% -
HSV(B) 300º 0.31% 0.93% -
XYZ 63.01 50.44 85.77 -
YUV 193.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 236 164 236 0 0.31 0 0.07 300 0.65 0.78
Hex EC A4 EC 0 1F 0 7 12C 41 4E
Octal 354 244 354 0 37 0 7 454 101 116
Binary 11101100 10100100 11101100 0 11111 0 111 100101100 1000001 1001110

Color Harmonies of #ECA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA4EC

Black with #ECA4EC

Text Example


Text Example

White with #ECA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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