Html Css Color HEX #ECAAE8 Plum

📋 copy color: '#ECAAE8'

red 236 ◦ green 170 ◦ blue 232

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

Shades of Plum #ECAAE8

Tints of Plum #ECAAE8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.65%

 BLUE value IS 232 (91.02% from 255) = 36.36%

R = 36.99%
G = 26.65%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ECAAE8 (or 0xECAAE8) is known color: Plum. HEX triplet: EC, AA and E8. RGB value is (236,170,232). Sum of RGB (Red+Green+Blue) = 236+170+232=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAE8 is #135517. Grayscale: #C4C4C4. Windows color (decimal): -1266968 or 15248108. OLE color: 15248108.

HSL color Cylindrical-coordinate representation of color #ECAAE8: hue angle of 303.64º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAAE8 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 232 -
CMYK 0 0.28 0.02 0.07
HSL 303.64º 0.63% 0.8% -
HSV(B) 303.64º 0.28% 0.93% -
XYZ 63.53 52.41 83.11 -
YUV 196.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 236 170 232 0 0.28 0.02 0.07 303.64 0.63 0.8
Hex EC AA E8 0 1C 2 7 130 3F 50
Octal 354 252 350 0 34 2 7 460 77 120
Binary 11101100 10101010 11101000 0 11100 10 111 100110000 111111 1010000

Color Harmonies of #ECAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAAE8

Black with #ECAAE8

Text Example


Text Example

White with #ECAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAAE8; }

 p { color: rgb(236,170,232); }

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

background-color css

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

 a { background-color: rgb(236,170,232); }

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

border-color css

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

 span { border-color: rgb(236,170,232); }

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