Html Css Color HEX #EAADE8 Plum

📋 copy color: '#EAADE8'

red 234 ◦ green 173 ◦ blue 232

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

Shades of Plum #EAADE8

Tints of Plum #EAADE8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.07%

 BLUE value IS 232 (91.02% from 255) = 36.31%

R = 36.62%
G = 27.07%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAADE8 (or 0xEAADE8) is known color: Plum. HEX triplet: EA, AD and E8. RGB value is (234,173,232). Sum of RGB (Red+Green+Blue) = 234+173+232=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADE8 is #155217. Grayscale: #C5C5C5. Windows color (decimal): -1397272 or 15248874. OLE color: 15248874.

HSL color Cylindrical-coordinate representation of color #EAADE8: hue angle of 301.97º 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 #EAADE8 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 173 232 -
CMYK 0 0.26 0.01 0.08
HSL 301.97º 0.59% 0.8% -
HSV(B) 301.97º 0.26% 0.92% -
XYZ 63.44 53.21 83.27 -
YUV 197.97 147.21 153.7 -
System Red Green Blue C M Y K H S L
Decimal 234 173 232 0 0.26 0.01 0.08 301.97 0.59 0.8
Hex EA AD E8 0 1A 1 8 12E 3B 50
Octal 352 255 350 0 32 1 10 456 73 120
Binary 11101010 10101101 11101000 0 11010 1 1000 100101110 111011 1010000

Color Harmonies of #EAADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADE8

Black with #EAADE8

Text Example


Text Example

White with #EAADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADE8; }

 p { color: rgb(234,173,232); }

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

background-color css

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

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

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

border-color css

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

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

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