Html Css Color HEX #EAAAF1 Plum

📋 copy color: '#EAAAF1'

red 234 ◦ green 170 ◦ blue 241

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

Shades of Plum #EAAAF1

Tints of Plum #EAAAF1

RGB

 RED value IS 234 (91.8% from 255) = 36.28%

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

 BLUE value IS 241 (94.53% from 255) = 37.36%

R = 36.28%
G = 26.36%
B = 37.36%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAAAF1 (or 0xEAAAF1) is known color: Plum. HEX triplet: EA, AA and F1. RGB value is (234,170,241). Sum of RGB (Red+Green+Blue) = 234+170+241=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAAAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF1 is #15550E. Grayscale: #C5C5C5. Windows color (decimal): -1398031 or 15837930. OLE color: 15837930.

HSL color Cylindrical-coordinate representation of color #EAAAF1: hue angle of 294.08º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAAAF1 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 170 241 -
CMYK 0.03 0.29 0 0.05
HSL 294.08º 0.72% 0.81% -
HSV(B) 294.08º 0.29% 0.95% -
XYZ 64.18 52.59 89.99 -
YUV 197.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 234 170 241 0.03 0.29 0 0.05 294.08 0.72 0.81
Hex EA AA F1 3 1D 0 5 126 48 51
Octal 352 252 361 3 35 0 5 446 110 121
Binary 11101010 10101010 11110001 11 11101 0 101 100100110 1001000 1010001

Color Harmonies of #EAAAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAF1

Black with #EAAAF1

Text Example


Text Example

White with #EAAAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAF1; }

 p { color: rgb(234,170,241); }

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

background-color css

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

 a { background-color: rgb(234,170,241); }

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

border-color css

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

 span { border-color: rgb(234,170,241); }

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