Html Css Color HEX #ECA0E6 Plum

📋 copy color: '#ECA0E6'

red 236 ◦ green 160 ◦ blue 230

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

Shades of Plum #ECA0E6

Tints of Plum #ECA0E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.74%

R = 37.7%
G = 25.56%
B = 36.74%

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

#ECA0E6 (or 0xECA0E6) is known color: Plum. HEX triplet: EC, A0 and E6. RGB value is (236,160,230). Sum of RGB (Red+Green+Blue) = 236+160+230=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA0E6 is #135F19. Grayscale: #BEBEBE. Windows color (decimal): -1269530 or 15114476. OLE color: 15114476.

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

Color convert

RGB 236 160 230 -
CMYK 0 0.32 0.03 0.07
HSL 304.74º 0.67% 0.78% -
HSV(B) 304.74º 0.32% 0.93% -
XYZ 61.45 48.69 81.02 -
YUV 190.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 236 160 230 0 0.32 0.03 0.07 304.74 0.67 0.78
Hex EC A0 E6 0 20 3 7 131 43 4E
Octal 354 240 346 0 40 3 7 461 103 116
Binary 11101100 10100000 11100110 0 100000 11 111 100110001 1000011 1001110

Color Harmonies of #ECA0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA0E6

Black with #ECA0E6

Text Example


Text Example

White with #ECA0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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