Html Css Color HEX #E190DA Plum

📋 copy color: '#E190DA'

red 225 ◦ green 144 ◦ blue 218

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

Shades of Plum #E190DA

Tints of Plum #E190DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.14%

R = 38.33%
G = 24.53%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E190DA (or 0xE190DA) is known color: Plum. HEX triplet: E1, 90 and DA. RGB value is (225,144,218). Sum of RGB (Red+Green+Blue) = 225+144+218=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E190DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190DA is #1E6F25. Grayscale: #B0B0B0. Windows color (decimal): -1994534 or 14323937. OLE color: 14323937.

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

Color convert

RGB 225 144 218 -
CMYK 0 0.36 0.03 0.12
HSL 305.19º 0.57% 0.72% -
HSV(B) 305.19º 0.36% 0.88% -
XYZ 53.68 41.02 71.42 -
YUV 176.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 225 144 218 0 0.36 0.03 0.12 305.19 0.57 0.72
Hex E1 90 DA 0 24 3 C 131 39 48
Octal 341 220 332 0 44 3 14 461 71 110
Binary 11100001 10010000 11011010 0 100100 11 1100 100110001 111001 1001000

Color Harmonies of #E190DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E190DA

Black with #E190DA

Text Example


Text Example

White with #E190DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E190DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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