Html Css Color HEX #ECAAF2 Plum

📋 copy color: '#ECAAF2'

red 236 ◦ green 170 ◦ blue 242

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

Shades of Plum #ECAAF2

Tints of Plum #ECAAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.35%

R = 36.42%
G = 26.23%
B = 37.35%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECAAF2 (or 0xECAAF2) is known color: Plum. HEX triplet: EC, AA and F2. RGB value is (236,170,242). Sum of RGB (Red+Green+Blue) = 236+170+242=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAF2 is #13550D. Grayscale: #C5C5C5. Windows color (decimal): -1266958 or 15903468. OLE color: 15903468.

HSL color Cylindrical-coordinate representation of color #ECAAF2: hue angle of 295º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECAAF2 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 170 242 -
CMYK 0.02 0.30 0 0.05
HSL 295º 0.73% 0.81% -
HSV(B) 295º 0.3% 0.95% -
XYZ 64.99 52.99 90.81 -
YUV 197.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 236 170 242 0.02 0.30 0 0.05 295 0.73 0.81
Hex EC AA F2 2 1E 0 5 127 49 51
Octal 354 252 362 2 36 0 5 447 111 121
Binary 11101100 10101010 11110010 10 11110 0 101 100100111 1001001 1010001

Color Harmonies of #ECAAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAAF2

Black with #ECAAF2

Text Example


Text Example

White with #ECAAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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