Html Css Color HEX #E092DF Plum

📋 copy color: '#E092DF'

red 224 ◦ green 146 ◦ blue 223

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

Shades of Plum #E092DF

Tints of Plum #E092DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.61%

R = 37.77%
G = 24.62%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E092DF (or 0xE092DF) is known color: Plum. HEX triplet: E0, 92 and DF. RGB value is (224,146,223). Sum of RGB (Red+Green+Blue) = 224+146+223=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E092DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092DF is #1F6D20. Grayscale: #B1B1B1. Windows color (decimal): -2059553 or 14652128. OLE color: 14652128.

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

Color convert

RGB 224 146 223 -
CMYK 0 0.35 0.00 0.12
HSL 300.77º 0.56% 0.73% -
HSV(B) 300.77º 0.35% 0.88% -
XYZ 54.34 41.73 75 -
YUV 178.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 224 146 223 0 0.35 0.00 0.12 300.77 0.56 0.73
Hex E0 92 DF 0 23 0 C 12D 38 49
Octal 340 222 337 0 43 0 14 455 70 111
Binary 11100000 10010010 11011111 0 100011 0 1100 100101101 111000 1001001

Color Harmonies of #E092DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E092DF

Black with #E092DF

Text Example


Text Example

White with #E092DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E092DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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