Html Css Color HEX #E092DB Plum

📋 copy color: '#E092DB'

red 224 ◦ green 146 ◦ blue 219

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

Shades of Plum #E092DB

Tints of Plum #E092DB

RGB

 RED value IS 224 (87.89% from 255) = 38.03%

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

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

R = 38.03%
G = 24.79%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E092DB (or 0xE092DB) is known color: Plum. HEX triplet: E0, 92 and DB. RGB value is (224,146,219). Sum of RGB (Red+Green+Blue) = 224+146+219=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E092DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092DB is #1F6D24. Grayscale: #B1B1B1. Windows color (decimal): -2059557 or 14389984. OLE color: 14389984.

HSL color Cylindrical-coordinate representation of color #E092DB: hue angle of 303.85º degrees, saturation: 0.56, 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 #E092DB is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 146 219 -
CMYK 0 0.35 0.02 0.12
HSL 303.85º 0.56% 0.73% -
HSV(B) 303.85º 0.35% 0.88% -
XYZ 53.81 41.52 72.2 -
YUV 177.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 224 146 219 0 0.35 0.02 0.12 303.85 0.56 0.73
Hex E0 92 DB 0 23 2 C 130 38 49
Octal 340 222 333 0 43 2 14 460 70 111
Binary 11100000 10010010 11011011 0 100011 10 1100 100110000 111000 1001001

Color Harmonies of #E092DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E092DB

Black with #E092DB

Text Example


Text Example

White with #E092DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E092DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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