Html Css Color HEX #E3A0E0 Plum

📋 copy color: '#E3A0E0'

red 227 ◦ green 160 ◦ blue 224

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

Shades of Plum #E3A0E0

Tints of Plum #E3A0E0

RGB

 RED value IS 227 (89.06% from 255) = 37.15%

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

 BLUE value IS 224 (87.89% from 255) = 36.66%

R = 37.15%
G = 26.19%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E3A0E0 (or 0xE3A0E0) is known color: Plum. HEX triplet: E3, A0 and E0. RGB value is (227,160,224). Sum of RGB (Red+Green+Blue) = 227+160+224=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A0E0 is #1C5F1F. Grayscale: #BBBBBB. Windows color (decimal): -1859360 or 14721251. OLE color: 14721251.

HSL color Cylindrical-coordinate representation of color #E3A0E0: hue angle of 302.69º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3A0E0 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 160 224 -
CMYK 0 0.30 0.01 0.11
HSL 302.69º 0.54% 0.76% -
HSV(B) 302.69º 0.3% 0.89% -
XYZ 57.7 46.85 76.52 -
YUV 187.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 227 160 224 0 0.30 0.01 0.11 302.69 0.54 0.76
Hex E3 A0 E0 0 1E 1 B 12F 36 4C
Octal 343 240 340 0 36 1 13 457 66 114
Binary 11100011 10100000 11100000 0 11110 1 1011 100101111 110110 1001100

Color Harmonies of #E3A0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A0E0

Black with #E3A0E0

Text Example


Text Example

White with #E3A0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A0E0; }

 p { color: rgb(227,160,224); }

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

background-color css

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

 a { background-color: rgb(227,160,224); }

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

border-color css

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

 span { border-color: rgb(227,160,224); }

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