Html Css Color HEX #E491E5 Plum

📋 copy color: '#E491E5'

red 228 ◦ green 145 ◦ blue 229

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

Shades of Plum #E491E5

Tints of Plum #E491E5

RGB

 RED value IS 228 (89.45% from 255) = 37.87%

 GREEN value IS 145 (57.03% from 255) = 24.09%

 BLUE value IS 229 (89.84% from 255) = 38.04%

R = 37.87%
G = 24.09%
B = 38.04%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E491E5 (or 0xE491E5) is known color: Plum. HEX triplet: E4, 91 and E5. RGB value is (228,145,229). Sum of RGB (Red+Green+Blue) = 228+145+229=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #E491E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491E5 is #1B6E1A. Grayscale: #B3B3B3. Windows color (decimal): -1797659 or 15045092. OLE color: 15045092.

HSL color Cylindrical-coordinate representation of color #E491E5: hue angle of 299.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E491E5 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 145 229 -
CMYK 0.00 0.37 0 0.10
HSL 299.29º 0.62% 0.73% -
HSV(B) 299.29º 0.37% 0.9% -
XYZ 56.26 42.4 79.35 -
YUV 179.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 228 145 229 0.00 0.37 0 0.10 299.29 0.62 0.73
Hex E4 91 E5 0 25 0 A 12B 3E 49
Octal 344 221 345 0 45 0 12 453 76 111
Binary 11100100 10010001 11100101 0 100101 0 1010 100101011 111110 1001001

Color Harmonies of #E491E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E491E5

Black with #E491E5

Text Example


Text Example

White with #E491E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E491E5; }

 p { color: rgb(228,145,229); }

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

background-color css

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

 a { background-color: rgb(228,145,229); }

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

border-color css

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

 span { border-color: rgb(228,145,229); }

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