Html Css Color HEX #ECA8E6 Plum

📋 copy color: '#ECA8E6'

red 236 ◦ green 168 ◦ blue 230

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

Shades of Plum #ECA8E6

Tints of Plum #ECA8E6

RGB

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

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

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

R = 37.22%
G = 26.5%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECA8E6 (or 0xECA8E6) is known color: Plum. HEX triplet: EC, A8 and E6. RGB value is (236,168,230). Sum of RGB (Red+Green+Blue) = 236+168+230=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8E6 is #135719. Grayscale: #C3C3C3. Windows color (decimal): -1267482 or 15116524. OLE color: 15116524.

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

Color convert

RGB 236 168 230 -
CMYK 0 0.29 0.03 0.07
HSL 305.29º 0.64% 0.79% -
HSV(B) 305.29º 0.29% 0.93% -
XYZ 62.88 51.55 81.5 -
YUV 195.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 236 168 230 0 0.29 0.03 0.07 305.29 0.64 0.79
Hex EC A8 E6 0 1D 3 7 131 40 4F
Octal 354 250 346 0 35 3 7 461 100 117
Binary 11101100 10101000 11100110 0 11101 11 111 100110001 1000000 1001111

Color Harmonies of #ECA8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA8E6

Black with #ECA8E6

Text Example


Text Example

White with #ECA8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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