Html Css Color HEX #E191E0 Plum

📋 copy color: '#E191E0'

red 225 ◦ green 145 ◦ blue 224

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

Shades of Plum #E191E0

Tints of Plum #E191E0

RGB

 RED value IS 225 (88.28% from 255) = 37.88%

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

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

R = 37.88%
G = 24.41%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E191E0 (or 0xE191E0) is known color: Plum. HEX triplet: E1, 91 and E0. RGB value is (225,145,224). Sum of RGB (Red+Green+Blue) = 225+145+224=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E191E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191E0 is #1E6E1F. Grayscale: #B1B1B1. Windows color (decimal): -1994272 or 14717409. OLE color: 14717409.

HSL color Cylindrical-coordinate representation of color #E191E0: hue angle of 300.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191E0 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 145 224 -
CMYK 0 0.36 0.00 0.12
HSL 300.75º 0.57% 0.73% -
HSV(B) 300.75º 0.36% 0.88% -
XYZ 54.63 41.64 75.68 -
YUV 177.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 225 145 224 0 0.36 0.00 0.12 300.75 0.57 0.73
Hex E1 91 E0 0 24 0 C 12D 39 49
Octal 341 221 340 0 44 0 14 455 71 111
Binary 11100001 10010001 11100000 0 100100 0 1100 100101101 111001 1001001

Color Harmonies of #E191E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E191E0

Black with #E191E0

Text Example


Text Example

White with #E191E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E191E0; }

 p { color: rgb(225,145,224); }

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

background-color css

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

 a { background-color: rgb(225,145,224); }

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

border-color css

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

 span { border-color: rgb(225,145,224); }

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