Html Css Color HEX #E092DC Plum

📋 copy color: '#E092DC'

red 224 ◦ green 146 ◦ blue 220

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

Shades of Plum #E092DC

Tints of Plum #E092DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 37.97%
G = 24.75%
B = 37.29%

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

#E092DC (or 0xE092DC) is known color: Plum. HEX triplet: E0, 92 and DC. RGB value is (224,146,220). Sum of RGB (Red+Green+Blue) = 224+146+220=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E092DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092DC is #1F6D23. Grayscale: #B1B1B1. Windows color (decimal): -2059556 or 14455520. OLE color: 14455520.

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

Color convert

RGB 224 146 220 -
CMYK 0 0.35 0.02 0.12
HSL 303.08º 0.56% 0.73% -
HSV(B) 303.08º 0.35% 0.88% -
XYZ 53.94 41.57 72.89 -
YUV 177.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 224 146 220 0 0.35 0.02 0.12 303.08 0.56 0.73
Hex E0 92 DC 0 23 2 C 12F 38 49
Octal 340 222 334 0 43 2 14 457 70 111
Binary 11100000 10010010 11011100 0 100011 10 1100 100101111 111000 1001001

Color Harmonies of #E092DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E092DC

Black with #E092DC

Text Example


Text Example

White with #E092DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E092DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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