Html Css Color HEX #ECA8EF Plum

📋 copy color: '#ECA8EF'

red 236 ◦ green 168 ◦ blue 239

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

Shades of Plum #ECA8EF

Tints of Plum #ECA8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.13%

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 36.7%
G = 26.13%
B = 37.17%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECA8EF (or 0xECA8EF) is known color: Plum. HEX triplet: EC, A8 and EF. RGB value is (236,168,239). Sum of RGB (Red+Green+Blue) = 236+168+239=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECA8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8EF is #135710. Grayscale: #C4C4C4. Windows color (decimal): -1267473 or 15706348. OLE color: 15706348.

HSL color Cylindrical-coordinate representation of color #ECA8EF: hue angle of 297.46º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA8EF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 168 239 -
CMYK 0.01 0.30 0 0.06
HSL 297.46º 0.69% 0.8% -
HSV(B) 297.46º 0.3% 0.94% -
XYZ 64.17 52.07 88.33 -
YUV 196.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 236 168 239 0.01 0.30 0 0.06 297.46 0.69 0.8
Hex EC A8 EF 1 1E 0 6 129 45 50
Octal 354 250 357 1 36 0 6 451 105 120
Binary 11101100 10101000 11101111 1 11110 0 110 100101001 1000101 1010000

Color Harmonies of #ECA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA8EF

Black with #ECA8EF

Text Example


Text Example

White with #ECA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA8EF; }

 p { color: rgb(236,168,239); }

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

background-color css

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

 a { background-color: rgb(236,168,239); }

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

border-color css

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

 span { border-color: rgb(236,168,239); }

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