Html Css Color HEX #E094ED Plum

📋 copy color: '#E094ED'

red 224 ◦ green 148 ◦ blue 237

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

Shades of Plum #E094ED

Tints of Plum #E094ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.92%

R = 36.78%
G = 24.3%
B = 38.92%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E094ED (or 0xE094ED) is known color: Plum. HEX triplet: E0, 94 and ED. RGB value is (224,148,237). Sum of RGB (Red+Green+Blue) = 224+148+237=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #E094ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094ED is #1F6B12. Grayscale: #B4B4B4. Windows color (decimal): -2059027 or 15570144. OLE color: 15570144.

HSL color Cylindrical-coordinate representation of color #E094ED: hue angle of 291.24º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E094ED is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 148 237 -
CMYK 0.05 0.38 0 0.07
HSL 291.24º 0.71% 0.75% -
HSV(B) 291.24º 0.38% 0.93% -
XYZ 56.62 43.14 85.46 -
YUV 180.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 224 148 237 0.05 0.38 0 0.07 291.24 0.71 0.75
Hex E0 94 ED 5 26 0 7 123 47 4B
Octal 340 224 355 5 46 0 7 443 107 113
Binary 11100000 10010100 11101101 101 100110 0 111 100100011 1000111 1001011

Color Harmonies of #E094ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094ED

Black with #E094ED

Text Example


Text Example

White with #E094ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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