Html Css Color HEX #EAAEEA Plum

📋 copy color: '#EAAEEA'

red 234 ◦ green 174 ◦ blue 234

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

Shades of Plum #EAAEEA

Tints of Plum #EAAEEA

RGB

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

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

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

R = 36.45%
G = 27.1%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAAEEA (or 0xEAAEEA) is known color: Plum. HEX triplet: EA, AE and EA. RGB value is (234,174,234). Sum of RGB (Red+Green+Blue) = 234+174+234=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEEA is #155115. Grayscale: #C6C6C6. Windows color (decimal): -1397014 or 15380202. OLE color: 15380202.

HSL color Cylindrical-coordinate representation of color #EAAEEA: hue angle of 300º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEEA is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 174 234 -
CMYK 0 0.26 0 0.08
HSL 300º 0.59% 0.8% -
HSV(B) 300º 0.26% 0.92% -
XYZ 63.92 53.71 84.84 -
YUV 198.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 234 174 234 0 0.26 0 0.08 300 0.59 0.8
Hex EA AE EA 0 1A 0 8 12C 3B 50
Octal 352 256 352 0 32 0 10 454 73 120
Binary 11101010 10101110 11101010 0 11010 0 1000 100101100 111011 1010000

Color Harmonies of #EAAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEEA

Black with #EAAEEA

Text Example


Text Example

White with #EAAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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