Html Css Color HEX #E292DF Plum

📋 copy color: '#E292DF'

red 226 ◦ green 146 ◦ blue 223

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

Shades of Plum #E292DF

Tints of Plum #E292DF

RGB

 RED value IS 226 (88.67% from 255) = 37.98%

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

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

R = 37.98%
G = 24.54%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E292DF (or 0xE292DF) is known color: Plum. HEX triplet: E2, 92 and DF. RGB value is (226,146,223). Sum of RGB (Red+Green+Blue) = 226+146+223=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E292DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292DF is #1D6D20. Grayscale: #B2B2B2. Windows color (decimal): -1928481 or 14652130. OLE color: 14652130.

HSL color Cylindrical-coordinate representation of color #E292DF: hue angle of 302.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E292DF is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 146 223 -
CMYK 0 0.35 0.01 0.11
HSL 302.25º 0.58% 0.73% -
HSV(B) 302.25º 0.35% 0.89% -
XYZ 54.96 42.05 75.03 -
YUV 178.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 226 146 223 0 0.35 0.01 0.11 302.25 0.58 0.73
Hex E2 92 DF 0 23 1 B 12E 3A 49
Octal 342 222 337 0 43 1 13 456 72 111
Binary 11100010 10010010 11011111 0 100011 1 1011 100101110 111010 1001001

Color Harmonies of #E292DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E292DF

Black with #E292DF

Text Example


Text Example

White with #E292DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E292DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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