Html Css Color HEX #E198DB Plum

📋 copy color: '#E198DB'

red 225 ◦ green 152 ◦ blue 219

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

Shades of Plum #E198DB

Tints of Plum #E198DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.74%

R = 37.75%
G = 25.5%
B = 36.74%

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

#E198DB (or 0xE198DB) is known color: Plum. HEX triplet: E1, 98 and DB. RGB value is (225,152,219). Sum of RGB (Red+Green+Blue) = 225+152+219=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E198DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198DB is #1E6724. Grayscale: #B5B5B5. Windows color (decimal): -1992485 or 14391521. OLE color: 14391521.

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

Color convert

RGB 225 152 219 -
CMYK 0 0.32 0.03 0.12
HSL 304.93º 0.55% 0.74% -
HSV(B) 304.93º 0.32% 0.88% -
XYZ 55.07 43.58 72.53 -
YUV 181.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 225 152 219 0 0.32 0.03 0.12 304.93 0.55 0.74
Hex E1 98 DB 0 20 3 C 131 37 4A
Octal 341 230 333 0 40 3 14 461 67 112
Binary 11100001 10011000 11011011 0 100000 11 1100 100110001 110111 1001010

Color Harmonies of #E198DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E198DB

Black with #E198DB

Text Example


Text Example

White with #E198DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E198DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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