Html Css Color HEX #EEA8ED Plum

📋 copy color: '#EEA8ED'

red 238 ◦ green 168 ◦ blue 237

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

Shades of Plum #EEA8ED

Tints of Plum #EEA8ED

RGB

 RED value IS 238 (93.36% from 255) = 37.01%

 GREEN value IS 168 (66.02% from 255) = 26.13%

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 37.01%
G = 26.13%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EEA8ED (or 0xEEA8ED) is known color: Plum. HEX triplet: EE, A8 and ED. RGB value is (238,168,237). Sum of RGB (Red+Green+Blue) = 238+168+237=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8ED is #115712. Grayscale: #C4C4C4. Windows color (decimal): -1136403 or 15575278. OLE color: 15575278.

HSL color Cylindrical-coordinate representation of color #EEA8ED: hue angle of 300.86º 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 #EEA8ED is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 237 -
CMYK 0 0.29 0.00 0.07
HSL 300.86º 0.67% 0.8% -
HSV(B) 300.86º 0.29% 0.93% -
XYZ 64.55 52.3 86.81 -
YUV 196.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 238 168 237 0 0.29 0.00 0.07 300.86 0.67 0.8
Hex EE A8 ED 0 1D 0 7 12D 43 50
Octal 356 250 355 0 35 0 7 455 103 120
Binary 11101110 10101000 11101101 0 11101 0 111 100101101 1000011 1010000

Color Harmonies of #EEA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8ED

Black with #EEA8ED

Text Example


Text Example

White with #EEA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8ED; }

 p { color: rgb(238,168,237); }

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

background-color css

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

 a { background-color: rgb(238,168,237); }

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

border-color css

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

 span { border-color: rgb(238,168,237); }

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