Html Css Color HEX #EAAAE6 Plum

📋 copy color: '#EAAAE6'

red 234 ◦ green 170 ◦ blue 230

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

Shades of Plum #EAAAE6

Tints of Plum #EAAAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.28%

R = 36.91%
G = 26.81%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAAAE6 (or 0xEAAAE6) is known color: Plum. HEX triplet: EA, AA and E6. RGB value is (234,170,230). Sum of RGB (Red+Green+Blue) = 234+170+230=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAE6 is #155519. Grayscale: #C3C3C3. Windows color (decimal): -1398042 or 15117034. OLE color: 15117034.

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

Color convert

RGB 234 170 230 -
CMYK 0 0.27 0.02 0.08
HSL 303.75º 0.6% 0.79% -
HSV(B) 303.75º 0.27% 0.92% -
XYZ 62.59 51.96 81.59 -
YUV 195.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 234 170 230 0 0.27 0.02 0.08 303.75 0.6 0.79
Hex EA AA E6 0 1B 2 8 130 3C 4F
Octal 352 252 346 0 33 2 10 460 74 117
Binary 11101010 10101010 11100110 0 11011 10 1000 100110000 111100 1001111

Color Harmonies of #EAAAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAE6

Black with #EAAAE6

Text Example


Text Example

White with #EAAAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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