Html Css Color HEX #EEA8EC Plum

📋 copy color: '#EEA8EC'

red 238 ◦ green 168 ◦ blue 236

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

Shades of Plum #EEA8EC

Tints of Plum #EEA8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.76%

R = 37.07%
G = 26.17%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEA8EC (or 0xEEA8EC) is known color: Plum. HEX triplet: EE, A8 and EC. RGB value is (238,168,236). Sum of RGB (Red+Green+Blue) = 238+168+236=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8EC is #115713. Grayscale: #C4C4C4. Windows color (decimal): -1136404 or 15509742. OLE color: 15509742.

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

Color convert

RGB 238 168 236 -
CMYK 0 0.29 0.01 0.07
HSL 301.71º 0.67% 0.8% -
HSV(B) 301.71º 0.29% 0.93% -
XYZ 64.4 52.24 86.05 -
YUV 196.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 238 168 236 0 0.29 0.01 0.07 301.71 0.67 0.8
Hex EE A8 EC 0 1D 1 7 12E 43 50
Octal 356 250 354 0 35 1 7 456 103 120
Binary 11101110 10101000 11101100 0 11101 1 111 100101110 1000011 1010000

Color Harmonies of #EEA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8EC

Black with #EEA8EC

Text Example


Text Example

White with #EEA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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