Html Css Color HEX #E9A0EF Plum

📋 copy color: '#E9A0EF'

red 233 ◦ green 160 ◦ blue 239

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

Shades of Plum #E9A0EF

Tints of Plum #E9A0EF

RGB

 RED value IS 233 (91.41% from 255) = 36.87%

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

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

R = 36.87%
G = 25.32%
B = 37.82%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E9A0EF (or 0xE9A0EF) is known color: Plum. HEX triplet: E9, A0 and EF. RGB value is (233,160,239). Sum of RGB (Red+Green+Blue) = 233+160+239=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9A0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A0EF is #165F10. Grayscale: #BEBEBE. Windows color (decimal): -1466129 or 15704297. OLE color: 15704297.

HSL color Cylindrical-coordinate representation of color #E9A0EF: hue angle of 295.44º 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 #E9A0EF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 160 239 -
CMYK 0.03 0.33 0 0.06
HSL 295.44º 0.71% 0.78% -
HSV(B) 295.44º 0.33% 0.94% -
XYZ 61.76 48.7 87.81 -
YUV 190.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 233 160 239 0.03 0.33 0 0.06 295.44 0.71 0.78
Hex E9 A0 EF 3 21 0 6 127 47 4E
Octal 351 240 357 3 41 0 6 447 107 116
Binary 11101001 10100000 11101111 11 100001 0 110 100100111 1000111 1001110

Color Harmonies of #E9A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A0EF

Black with #E9A0EF

Text Example


Text Example

White with #E9A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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