Html Css Color HEX #ECA2ED Plum

📋 copy color: '#ECA2ED'

red 236 ◦ green 162 ◦ blue 237

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

Shades of Plum #ECA2ED

Tints of Plum #ECA2ED

RGB

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

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

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

R = 37.17%
G = 25.51%
B = 37.32%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECA2ED (or 0xECA2ED) is known color: Plum. HEX triplet: EC, A2 and ED. RGB value is (236,162,237). Sum of RGB (Red+Green+Blue) = 236+162+237=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECA2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA2ED is #135D12. Grayscale: #C0C0C0. Windows color (decimal): -1269011 or 15573740. OLE color: 15573740.

HSL color Cylindrical-coordinate representation of color #ECA2ED: hue angle of 299.2º degrees, saturation: 0.68, 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 #ECA2ED is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 162 237 -
CMYK 0.00 0.32 0 0.07
HSL 299.2º 0.68% 0.78% -
HSV(B) 299.2º 0.32% 0.93% -
XYZ 62.8 49.79 86.42 -
YUV 192.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 236 162 237 0.00 0.32 0 0.07 299.2 0.68 0.78
Hex EC A2 ED 0 20 0 7 12B 44 4E
Octal 354 242 355 0 40 0 7 453 104 116
Binary 11101100 10100010 11101101 0 100000 0 111 100101011 1000100 1001110

Color Harmonies of #ECA2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA2ED

Black with #ECA2ED

Text Example


Text Example

White with #ECA2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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