Html Css Color HEX #E092E0 Plum

📋 copy color: '#E092E0'

red 224 ◦ green 146 ◦ blue 224

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

Shades of Plum #E092E0

Tints of Plum #E092E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 37.71%
G = 24.58%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E092E0 (or 0xE092E0) is known color: Plum. HEX triplet: E0, 92 and E0. RGB value is (224,146,224). Sum of RGB (Red+Green+Blue) = 224+146+224=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E092E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092E0 is #1F6D1F. Grayscale: #B1B1B1. Windows color (decimal): -2059552 or 14717664. OLE color: 14717664.

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

Color convert

RGB 224 146 224 -
CMYK 0 0.35 0 0.12
HSL 300º 0.56% 0.73% -
HSV(B) 300º 0.35% 0.88% -
XYZ 54.47 41.79 75.72 -
YUV 178.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 224 146 224 0 0.35 0 0.12 300 0.56 0.73
Hex E0 92 E0 0 23 0 C 12C 38 49
Octal 340 222 340 0 43 0 14 454 70 111
Binary 11100000 10010010 11100000 0 100011 0 1100 100101100 111000 1001001

Color Harmonies of #E092E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E092E0

Black with #E092E0

Text Example


Text Example

White with #E092E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E092E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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