Html Css Color HEX #ECA0E4 Plum

📋 copy color: '#ECA0E4'

red 236 ◦ green 160 ◦ blue 228

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

Shades of Plum #ECA0E4

Tints of Plum #ECA0E4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.64%

 BLUE value IS 228 (89.45% from 255) = 36.54%

R = 37.82%
G = 25.64%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECA0E4 (or 0xECA0E4) is known color: Plum. HEX triplet: EC, A0 and E4. RGB value is (236,160,228). Sum of RGB (Red+Green+Blue) = 236+160+228=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0E4 is #135F1B. Grayscale: #BEBEBE. Windows color (decimal): -1269532 or 14983404. OLE color: 14983404.

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

Color convert

RGB 236 160 228 -
CMYK 0 0.32 0.03 0.07
HSL 306.32º 0.67% 0.78% -
HSV(B) 306.32º 0.32% 0.93% -
XYZ 61.17 48.58 79.55 -
YUV 190.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 236 160 228 0 0.32 0.03 0.07 306.32 0.67 0.78
Hex EC A0 E4 0 20 3 7 132 43 4E
Octal 354 240 344 0 40 3 7 462 103 116
Binary 11101100 10100000 11100100 0 100000 11 111 100110010 1000011 1001110

Color Harmonies of #ECA0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA0E4

Black with #ECA0E4

Text Example


Text Example

White with #ECA0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA0E4; }

 p { color: rgb(236,160,228); }

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

background-color css

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

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

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

border-color css

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

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

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