Html Css Color HEX #EEAAF4 Plum

📋 copy color: '#EEAAF4'

red 238 ◦ green 170 ◦ blue 244

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

Shades of Plum #EEAAF4

Tints of Plum #EEAAF4

RGB

 RED value IS 238 (93.36% from 255) = 36.5%

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

 BLUE value IS 244 (95.7% from 255) = 37.42%

R = 36.5%
G = 26.07%
B = 37.42%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EEAAF4 (or 0xEEAAF4) is known color: Plum. HEX triplet: EE, AA and F4. RGB value is (238,170,244). Sum of RGB (Red+Green+Blue) = 238+170+244=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAF4 is #11550B. Grayscale: #C6C6C6. Windows color (decimal): -1135884 or 16034542. OLE color: 16034542.

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

Color convert

RGB 238 170 244 -
CMYK 0.02 0.30 0 0.04
HSL 295.14º 0.77% 0.81% -
HSV(B) 295.14º 0.3% 0.96% -
XYZ 65.96 53.46 92.43 -
YUV 198.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 238 170 244 0.02 0.30 0 0.04 295.14 0.77 0.81
Hex EE AA F4 2 1E 0 4 127 4D 51
Octal 356 252 364 2 36 0 4 447 115 121
Binary 11101110 10101010 11110100 10 11110 0 100 100100111 1001101 1010001

Color Harmonies of #EEAAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAAF4

Black with #EEAAF4

Text Example


Text Example

White with #EEAAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAAF4; }

 p { color: rgb(238,170,244); }

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

background-color css

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

 a { background-color: rgb(238,170,244); }

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

border-color css

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

 span { border-color: rgb(238,170,244); }

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