Html Css Color HEX #E191D2 Plum

📋 copy color: '#E191D2'

red 225 ◦ green 145 ◦ blue 210

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

Shades of Plum #E191D2

Tints of Plum #E191D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.21%

R = 38.79%
G = 25%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E191D2 (or 0xE191D2) is known color: Plum. HEX triplet: E1, 91 and D2. RGB value is (225,145,210). Sum of RGB (Red+Green+Blue) = 225+145+210=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E191D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191D2 is #1E6E2D. Grayscale: #B0B0B0. Windows color (decimal): -1994286 or 13799905. OLE color: 13799905.

HSL color Cylindrical-coordinate representation of color #E191D2: hue angle of 311.25º 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 #E191D2 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 145 210 -
CMYK 0 0.36 0.07 0.12
HSL 311.25º 0.57% 0.73% -
HSV(B) 311.25º 0.36% 0.88% -
XYZ 52.81 40.91 66.09 -
YUV 176.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 225 145 210 0 0.36 0.07 0.12 311.25 0.57 0.73
Hex E1 91 D2 0 24 7 C 137 39 49
Octal 341 221 322 0 44 7 14 467 71 111
Binary 11100001 10010001 11010010 0 100100 111 1100 100110111 111001 1001001

Color Harmonies of #E191D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E191D2

Black with #E191D2

Text Example


Text Example

White with #E191D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E191D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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