Html Css Color HEX #E192DB Plum

📋 copy color: '#E192DB'

red 225 ◦ green 146 ◦ blue 219

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

Shades of Plum #E192DB

Tints of Plum #E192DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.75%

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

R = 38.14%
G = 24.75%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E192DB (or 0xE192DB) is known color: Plum. HEX triplet: E1, 92 and DB. RGB value is (225,146,219). Sum of RGB (Red+Green+Blue) = 225+146+219=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E192DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192DB is #1E6D24. Grayscale: #B1B1B1. Windows color (decimal): -1994021 or 14389985. OLE color: 14389985.

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

Color convert

RGB 225 146 219 -
CMYK 0 0.35 0.03 0.12
HSL 304.56º 0.57% 0.73% -
HSV(B) 304.56º 0.35% 0.88% -
XYZ 54.12 41.68 72.21 -
YUV 177.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 225 146 219 0 0.35 0.03 0.12 304.56 0.57 0.73
Hex E1 92 DB 0 23 3 C 131 39 49
Octal 341 222 333 0 43 3 14 461 71 111
Binary 11100001 10010010 11011011 0 100011 11 1100 100110001 111001 1001001

Color Harmonies of #E192DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E192DB

Black with #E192DB

Text Example


Text Example

White with #E192DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E192DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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