Html Css Color HEX #E0A6E4 Plum

📋 copy color: '#E0A6E4'

red 224 ◦ green 166 ◦ blue 228

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

Shades of Plum #E0A6E4

Tints of Plum #E0A6E4

RGB

 RED value IS 224 (87.89% from 255) = 36.25%

 GREEN value IS 166 (65.23% from 255) = 26.86%

 BLUE value IS 228 (89.45% from 255) = 36.89%

R = 36.25%
G = 26.86%
B = 36.89%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E0A6E4 (or 0xE0A6E4) is known color: Plum. HEX triplet: E0, A6 and E4. RGB value is (224,166,228). Sum of RGB (Red+Green+Blue) = 224+166+228=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0A6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A6E4 is #1F591B. Grayscale: #BEBEBE. Windows color (decimal): -2054428 or 14984928. OLE color: 14984928.

HSL color Cylindrical-coordinate representation of color #E0A6E4: hue angle of 296.13º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0A6E4 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 166 228 -
CMYK 0.02 0.27 0 0.11
HSL 296.13º 0.53% 0.77% -
HSV(B) 296.13º 0.27% 0.89% -
XYZ 58.38 48.72 79.73 -
YUV 190.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 224 166 228 0.02 0.27 0 0.11 296.13 0.53 0.77
Hex E0 A6 E4 2 1B 0 B 128 35 4D
Octal 340 246 344 2 33 0 13 450 65 115
Binary 11100000 10100110 11100100 10 11011 0 1011 100101000 110101 1001101

Color Harmonies of #E0A6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A6E4

Black with #E0A6E4

Text Example


Text Example

White with #E0A6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A6E4; }

 p { color: rgb(224,166,228); }

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

background-color css

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

 a { background-color: rgb(224,166,228); }

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

border-color css

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

 span { border-color: rgb(224,166,228); }

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