Html Css Color HEX #EEA0EC Plum

📋 copy color: '#EEA0EC'

red 238 ◦ green 160 ◦ blue 236

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

Shades of Plum #EEA0EC

Tints of Plum #EEA0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.24%

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

R = 37.54%
G = 25.24%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEA0EC (or 0xEEA0EC) is known color: Plum. HEX triplet: EE, A0 and EC. RGB value is (238,160,236). Sum of RGB (Red+Green+Blue) = 238+160+236=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0EC is #115F13. Grayscale: #BFBFBF. Windows color (decimal): -1138452 or 15507694. OLE color: 15507694.

HSL color Cylindrical-coordinate representation of color #EEA0EC: hue angle of 301.54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0EC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 236 -
CMYK 0 0.33 0.01 0.07
HSL 301.54º 0.7% 0.78% -
HSV(B) 301.54º 0.33% 0.93% -
XYZ 62.97 49.37 85.57 -
YUV 191.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 238 160 236 0 0.33 0.01 0.07 301.54 0.7 0.78
Hex EE A0 EC 0 21 1 7 12E 46 4E
Octal 356 240 354 0 41 1 7 456 106 116
Binary 11101110 10100000 11101100 0 100001 1 111 100101110 1000110 1001110

Color Harmonies of #EEA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA0EC

Black with #EEA0EC

Text Example


Text Example

White with #EEA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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