Html Css Color HEX #EAAEF1 Plum

📋 copy color: '#EAAEF1'

red 234 ◦ green 174 ◦ blue 241

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

Shades of Plum #EAAEF1

Tints of Plum #EAAEF1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.81%

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

R = 36.06%
G = 26.81%
B = 37.13%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAAEF1 (or 0xEAAEF1) is known color: Plum. HEX triplet: EA, AE and F1. RGB value is (234,174,241). Sum of RGB (Red+Green+Blue) = 234+174+241=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAAEF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF1 is #15510E. Grayscale: #C7C7C7. Windows color (decimal): -1397007 or 15838954. OLE color: 15838954.

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

Color convert

RGB 234 174 241 -
CMYK 0.03 0.28 0 0.05
HSL 293.73º 0.71% 0.81% -
HSV(B) 293.73º 0.28% 0.95% -
XYZ 64.94 54.12 90.24 -
YUV 199.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 234 174 241 0.03 0.28 0 0.05 293.73 0.71 0.81
Hex EA AE F1 3 1C 0 5 126 47 51
Octal 352 256 361 3 34 0 5 446 107 121
Binary 11101010 10101110 11110001 11 11100 0 101 100100110 1000111 1010001

Color Harmonies of #EAAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEF1

Black with #EAAEF1

Text Example


Text Example

White with #EAAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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