Html Css Color HEX #EEA8EF Plum

📋 copy color: '#EEA8EF'

red 238 ◦ green 168 ◦ blue 239

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

Shades of Plum #EEA8EF

Tints of Plum #EEA8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.05%

R = 36.9%
G = 26.05%
B = 37.05%

CMYK

 C value IS 0.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEA8EF (or 0xEEA8EF) is known color: Plum. HEX triplet: EE, A8 and EF. RGB value is (238,168,239). Sum of RGB (Red+Green+Blue) = 238+168+239=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEA8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8EF is #115710. Grayscale: #C4C4C4. Windows color (decimal): -1136401 or 15706350. OLE color: 15706350.

HSL color Cylindrical-coordinate representation of color #EEA8EF: hue angle of 299.15º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA8EF is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 168 239 -
CMYK 0.00 0.30 0 0.06
HSL 299.15º 0.69% 0.8% -
HSV(B) 299.15º 0.3% 0.94% -
XYZ 64.84 52.41 88.36 -
YUV 197.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 238 168 239 0.00 0.30 0 0.06 299.15 0.69 0.8
Hex EE A8 EF 0 1E 0 6 12B 45 50
Octal 356 250 357 0 36 0 6 453 105 120
Binary 11101110 10101000 11101111 0 11110 0 110 100101011 1000101 1010000

Color Harmonies of #EEA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8EF

Black with #EEA8EF

Text Example


Text Example

White with #EEA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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