Html Css Color HEX #E092E1 Plum

📋 copy color: '#E092E1'

red 224 ◦ green 146 ◦ blue 225

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

Shades of Plum #E092E1

Tints of Plum #E092E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.82%

R = 37.65%
G = 24.54%
B = 37.82%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E092E1 (or 0xE092E1) is known color: Plum. HEX triplet: E0, 92 and E1. RGB value is (224,146,225). Sum of RGB (Red+Green+Blue) = 224+146+225=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #E092E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092E1 is #1F6D1E. Grayscale: #B2B2B2. Windows color (decimal): -2059551 or 14783200. OLE color: 14783200.

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

Color convert

RGB 224 146 225 -
CMYK 0.00 0.35 0 0.12
HSL 299.24º 0.57% 0.73% -
HSV(B) 299.24º 0.35% 0.88% -
XYZ 54.61 41.84 76.43 -
YUV 178.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 224 146 225 0.00 0.35 0 0.12 299.24 0.57 0.73
Hex E0 92 E1 0 23 0 C 12B 39 49
Octal 340 222 341 0 43 0 14 453 71 111
Binary 11100000 10010010 11100001 0 100011 0 1100 100101011 111001 1001001

Color Harmonies of #E092E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E092E1

Black with #E092E1

Text Example


Text Example

White with #E092E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E092E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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