Html Css Color HEX #E197DB Plum

📋 copy color: '#E197DB'

red 225 ◦ green 151 ◦ blue 219

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

Shades of Plum #E197DB

Tints of Plum #E197DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.38%

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

R = 37.82%
G = 25.38%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E197DB (or 0xE197DB) is known color: Plum. HEX triplet: E1, 97 and DB. RGB value is (225,151,219). Sum of RGB (Red+Green+Blue) = 225+151+219=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E197DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197DB is #1E6824. Grayscale: #B4B4B4. Windows color (decimal): -1992741 or 14391265. OLE color: 14391265.

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

Color convert

RGB 225 151 219 -
CMYK 0 0.33 0.03 0.12
HSL 304.86º 0.55% 0.74% -
HSV(B) 304.86º 0.33% 0.88% -
XYZ 54.9 43.26 72.47 -
YUV 180.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 225 151 219 0 0.33 0.03 0.12 304.86 0.55 0.74
Hex E1 97 DB 0 21 3 C 131 37 4A
Octal 341 227 333 0 41 3 14 461 67 112
Binary 11100001 10010111 11011011 0 100001 11 1100 100110001 110111 1001010

Color Harmonies of #E197DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197DB

Black with #E197DB

Text Example


Text Example

White with #E197DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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