Html Css Color HEX #E592DB Plum

📋 copy color: '#E592DB'

red 229 ◦ green 146 ◦ blue 219

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

Shades of Plum #E592DB

Tints of Plum #E592DB

RGB

 RED value IS 229 (89.84% from 255) = 38.55%

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

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

R = 38.55%
G = 24.58%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E592DB (or 0xE592DB) is known color: Plum. HEX triplet: E5, 92 and DB. RGB value is (229,146,219). Sum of RGB (Red+Green+Blue) = 229+146+219=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E592DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592DB is #1A6D24. Grayscale: #B2B2B2. Windows color (decimal): -1731877 or 14389989. OLE color: 14389989.

HSL color Cylindrical-coordinate representation of color #E592DB: hue angle of 307.23º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E592DB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 146 219 -
CMYK 0 0.36 0.04 0.10
HSL 307.23º 0.61% 0.74% -
HSV(B) 307.23º 0.36% 0.9% -
XYZ 55.38 42.33 72.27 -
YUV 179.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 229 146 219 0 0.36 0.04 0.10 307.23 0.61 0.74
Hex E5 92 DB 0 24 4 A 133 3D 4A
Octal 345 222 333 0 44 4 12 463 75 112
Binary 11100101 10010010 11011011 0 100100 100 1010 100110011 111101 1001010

Color Harmonies of #E592DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E592DB

Black with #E592DB

Text Example


Text Example

White with #E592DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E592DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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