Html Css Color HEX #EAAAEE Plum

📋 copy color: '#EAAAEE'

red 234 ◦ green 170 ◦ blue 238

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

Shades of Plum #EAAAEE

Tints of Plum #EAAAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.07%

R = 36.45%
G = 26.48%
B = 37.07%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAAAEE (or 0xEAAAEE) is known color: Plum. HEX triplet: EA, AA and EE. RGB value is (234,170,238). Sum of RGB (Red+Green+Blue) = 234+170+238=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAEE is #155511. Grayscale: #C4C4C4. Windows color (decimal): -1398034 or 15641322. OLE color: 15641322.

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

Color convert

RGB 234 170 238 -
CMYK 0.02 0.29 0 0.07
HSL 296.47º 0.67% 0.8% -
HSV(B) 296.47º 0.29% 0.93% -
XYZ 63.74 52.41 87.65 -
YUV 196.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 234 170 238 0.02 0.29 0 0.07 296.47 0.67 0.8
Hex EA AA EE 2 1D 0 7 128 43 50
Octal 352 252 356 2 35 0 7 450 103 120
Binary 11101010 10101010 11101110 10 11101 0 111 100101000 1000011 1010000

Color Harmonies of #EAAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAEE

Black with #EAAAEE

Text Example


Text Example

White with #EAAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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