Html Css Color HEX #E091EA Plum

📋 copy color: '#E091EA'

red 224 ◦ green 145 ◦ blue 234

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

Shades of Plum #E091EA

Tints of Plum #E091EA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.05%

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 37.15%
G = 24.05%
B = 38.81%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E091EA (or 0xE091EA) is known color: Plum. HEX triplet: E0, 91 and EA. RGB value is (224,145,234). Sum of RGB (Red+Green+Blue) = 224+145+234=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #E091EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E091EA is #1F6E15. Grayscale: #B2B2B2. Windows color (decimal): -2059798 or 15372768. OLE color: 15372768.

HSL color Cylindrical-coordinate representation of color #E091EA: hue angle of 293.26º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E091EA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 145 234 -
CMYK 0.04 0.38 0 0.08
HSL 293.26º 0.68% 0.74% -
HSV(B) 293.26º 0.38% 0.92% -
XYZ 55.72 42.04 83.02 -
YUV 178.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 224 145 234 0.04 0.38 0 0.08 293.26 0.68 0.74
Hex E0 91 EA 4 26 0 8 125 44 4A
Octal 340 221 352 4 46 0 10 445 104 112
Binary 11100000 10010001 11101010 100 100110 0 1000 100100101 1000100 1001010

Color Harmonies of #E091EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E091EA

Black with #E091EA

Text Example


Text Example

White with #E091EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E091EA; }

 p { color: rgb(224,145,234); }

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

background-color css

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

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

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

border-color css

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

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

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