Html Css Color HEX #E190D9 Plum

📋 copy color: '#E190D9'

red 225 ◦ green 144 ◦ blue 217

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

Shades of Plum #E190D9

Tints of Plum #E190D9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.57%

 BLUE value IS 217 (85.16% from 255) = 37.03%

R = 38.4%
G = 24.57%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E190D9 (or 0xE190D9) is known color: Plum. HEX triplet: E1, 90 and D9. RGB value is (225,144,217). Sum of RGB (Red+Green+Blue) = 225+144+217=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E190D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190D9 is #1E6F26. Grayscale: #B0B0B0. Windows color (decimal): -1994535 or 14258401. OLE color: 14258401.

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

Color convert

RGB 225 144 217 -
CMYK 0 0.36 0.04 0.12
HSL 305.93º 0.57% 0.72% -
HSV(B) 305.93º 0.36% 0.88% -
XYZ 53.55 40.96 70.73 -
YUV 176.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 225 144 217 0 0.36 0.04 0.12 305.93 0.57 0.72
Hex E1 90 D9 0 24 4 C 132 39 48
Octal 341 220 331 0 44 4 14 462 71 110
Binary 11100001 10010000 11011001 0 100100 100 1100 100110010 111001 1001000

Color Harmonies of #E190D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E190D9

Black with #E190D9

Text Example


Text Example

White with #E190D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E190D9; }

 p { color: rgb(225,144,217); }

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

background-color css

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

 a { background-color: rgb(225,144,217); }

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

border-color css

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

 span { border-color: rgb(225,144,217); }

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