Html Css Color HEX #ECA6E6 Plum

📋 copy color: '#ECA6E6'

red 236 ◦ green 166 ◦ blue 230

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

Shades of Plum #ECA6E6

Tints of Plum #ECA6E6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.27%

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

R = 37.34%
G = 26.27%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECA6E6 (or 0xECA6E6) is known color: Plum. HEX triplet: EC, A6 and E6. RGB value is (236,166,230). Sum of RGB (Red+Green+Blue) = 236+166+230=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA6E6 is #135919. Grayscale: #C2C2C2. Windows color (decimal): -1267994 or 15116012. OLE color: 15116012.

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

Color convert

RGB 236 166 230 -
CMYK 0 0.30 0.03 0.07
HSL 305.14º 0.65% 0.79% -
HSV(B) 305.14º 0.3% 0.93% -
XYZ 62.51 50.82 81.38 -
YUV 194.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 236 166 230 0 0.30 0.03 0.07 305.14 0.65 0.79
Hex EC A6 E6 0 1E 3 7 131 41 4F
Octal 354 246 346 0 36 3 7 461 101 117
Binary 11101100 10100110 11100110 0 11110 11 111 100110001 1000001 1001111

Color Harmonies of #ECA6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA6E6

Black with #ECA6E6

Text Example


Text Example

White with #ECA6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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