Html Css Color HEX #EAAAEB Plum

📋 copy color: '#EAAAEB'

red 234 ◦ green 170 ◦ blue 235

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

Shades of Plum #EAAAEB

Tints of Plum #EAAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 36.62%
G = 26.6%
B = 36.78%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAAAEB (or 0xEAAAEB) is known color: Plum. HEX triplet: EA, AA and EB. RGB value is (234,170,235). Sum of RGB (Red+Green+Blue) = 234+170+235=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAEB is #155514. Grayscale: #C4C4C4. Windows color (decimal): -1398037 or 15444714. OLE color: 15444714.

HSL color Cylindrical-coordinate representation of color #EAAAEB: hue angle of 299.08º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAAAEB is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 235 -
CMYK 0.00 0.28 0 0.08
HSL 299.08º 0.62% 0.79% -
HSV(B) 299.08º 0.28% 0.92% -
XYZ 63.3 52.24 85.34 -
YUV 196.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 234 170 235 0.00 0.28 0 0.08 299.08 0.62 0.79
Hex EA AA EB 0 1C 0 8 12B 3E 4F
Octal 352 252 353 0 34 0 10 453 76 117
Binary 11101010 10101010 11101011 0 11100 0 1000 100101011 111110 1001111

Color Harmonies of #EAAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAEB

Black with #EAAAEB

Text Example


Text Example

White with #EAAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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