Html Css Color HEX #E094E1 Plum

📋 copy color: '#E094E1'

red 224 ◦ green 148 ◦ blue 225

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

Shades of Plum #E094E1

Tints of Plum #E094E1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.79%

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

R = 37.52%
G = 24.79%
B = 37.69%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E094E1 (or 0xE094E1) is known color: Plum. HEX triplet: E0, 94 and E1. RGB value is (224,148,225). Sum of RGB (Red+Green+Blue) = 224+148+225=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #E094E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094E1 is #1F6B1E. Grayscale: #B3B3B3. Windows color (decimal): -2059039 or 14783712. OLE color: 14783712.

HSL color Cylindrical-coordinate representation of color #E094E1: hue angle of 299.22º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094E1 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 225 -
CMYK 0.00 0.34 0 0.12
HSL 299.22º 0.56% 0.73% -
HSV(B) 299.22º 0.34% 0.88% -
XYZ 54.92 42.46 76.54 -
YUV 179.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 224 148 225 0.00 0.34 0 0.12 299.22 0.56 0.73
Hex E0 94 E1 0 22 0 C 12B 38 49
Octal 340 224 341 0 42 0 14 453 70 111
Binary 11100000 10010100 11100001 0 100010 0 1100 100101011 111000 1001001

Color Harmonies of #E094E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094E1

Black with #E094E1

Text Example


Text Example

White with #E094E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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