Html Css Color HEX #E198DA Plum

📋 copy color: '#E198DA'

red 225 ◦ green 152 ◦ blue 218

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

Shades of Plum #E198DA

Tints of Plum #E198DA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.55%

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

R = 37.82%
G = 25.55%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E198DA (or 0xE198DA) is known color: Plum. HEX triplet: E1, 98 and DA. RGB value is (225,152,218). Sum of RGB (Red+Green+Blue) = 225+152+218=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E198DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198DA is #1E6725. Grayscale: #B5B5B5. Windows color (decimal): -1992486 or 14325985. OLE color: 14325985.

HSL color Cylindrical-coordinate representation of color #E198DA: hue angle of 305.75º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198DA is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 152 218 -
CMYK 0 0.32 0.03 0.12
HSL 305.75º 0.55% 0.74% -
HSV(B) 305.75º 0.32% 0.88% -
XYZ 54.93 43.53 71.84 -
YUV 181.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 225 152 218 0 0.32 0.03 0.12 305.75 0.55 0.74
Hex E1 98 DA 0 20 3 C 132 37 4A
Octal 341 230 332 0 40 3 14 462 67 112
Binary 11100001 10011000 11011010 0 100000 11 1100 100110010 110111 1001010

Color Harmonies of #E198DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E198DA

Black with #E198DA

Text Example


Text Example

White with #E198DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E198DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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