Html Css Color HEX #EEA0EF Plum

📋 copy color: '#EEA0EF'

red 238 ◦ green 160 ◦ blue 239

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

Shades of Plum #EEA0EF

Tints of Plum #EEA0EF

RGB

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

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

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

R = 37.36%
G = 25.12%
B = 37.52%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEA0EF (or 0xEEA0EF) is known color: Plum. HEX triplet: EE, A0 and EF. RGB value is (238,160,239). Sum of RGB (Red+Green+Blue) = 238+160+239=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEA0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0EF is #115F10. Grayscale: #C0C0C0. Windows color (decimal): -1138449 or 15704302. OLE color: 15704302.

HSL color Cylindrical-coordinate representation of color #EEA0EF: hue angle of 299.24º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0EF is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 160 239 -
CMYK 0.00 0.33 0 0.06
HSL 299.24º 0.71% 0.78% -
HSV(B) 299.24º 0.33% 0.94% -
XYZ 63.41 49.55 87.88 -
YUV 192.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 238 160 239 0.00 0.33 0 0.06 299.24 0.71 0.78
Hex EE A0 EF 0 21 0 6 12B 47 4E
Octal 356 240 357 0 41 0 6 453 107 116
Binary 11101110 10100000 11101111 0 100001 0 110 100101011 1000111 1001110

Color Harmonies of #EEA0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA0EF

Black with #EEA0EF

Text Example


Text Example

White with #EEA0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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