Html Css Color HEX #ECA1ED Plum

📋 copy color: '#ECA1ED'

red 236 ◦ green 161 ◦ blue 237

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

Shades of Plum #ECA1ED

Tints of Plum #ECA1ED

RGB

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

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

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

R = 37.22%
G = 25.39%
B = 37.38%

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

#ECA1ED (or 0xECA1ED) is known color: Plum. HEX triplet: EC, A1 and ED. RGB value is (236,161,237). Sum of RGB (Red+Green+Blue) = 236+161+237=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA1ED is #135E12. Grayscale: #BFBFBF. Windows color (decimal): -1269267 or 15573484. OLE color: 15573484.

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

Color convert

RGB 236 161 237 -
CMYK 0.00 0.32 0 0.07
HSL 299.21º 0.68% 0.78% -
HSV(B) 299.21º 0.32% 0.93% -
XYZ 62.62 49.44 86.36 -
YUV 192.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 236 161 237 0.00 0.32 0 0.07 299.21 0.68 0.78
Hex EC A1 ED 0 20 0 7 12B 44 4E
Octal 354 241 355 0 40 0 7 453 104 116
Binary 11101100 10100001 11101101 0 100000 0 111 100101011 1000100 1001110

Color Harmonies of #ECA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA1ED

Black with #ECA1ED

Text Example


Text Example

White with #ECA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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