Html Css Color HEX #E092E8 Plum

📋 copy color: '#E092E8'

red 224 ◦ green 146 ◦ blue 232

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

Shades of Plum #E092E8

Tints of Plum #E092E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.54%

R = 37.21%
G = 24.25%
B = 38.54%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E092E8 (or 0xE092E8) is known color: Plum. HEX triplet: E0, 92 and E8. RGB value is (224,146,232). Sum of RGB (Red+Green+Blue) = 224+146+232=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #E092E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E092E8 is #1F6D17. Grayscale: #B2B2B2. Windows color (decimal): -2059544 or 15241952. OLE color: 15241952.

HSL color Cylindrical-coordinate representation of color #E092E8: hue angle of 294.42º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E092E8 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 146 232 -
CMYK 0.03 0.37 0 0.09
HSL 294.42º 0.65% 0.74% -
HSV(B) 294.42º 0.37% 0.91% -
XYZ 55.58 42.23 81.57 -
YUV 179.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 224 146 232 0.03 0.37 0 0.09 294.42 0.65 0.74
Hex E0 92 E8 3 25 0 9 126 41 4A
Octal 340 222 350 3 45 0 11 446 101 112
Binary 11100000 10010010 11101000 11 100101 0 1001 100100110 1000001 1001010

Color Harmonies of #E092E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E092E8

Black with #E092E8

Text Example


Text Example

White with #E092E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E092E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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