Html Css Color HEX #E094EF Plum

📋 copy color: '#E094EF'

red 224 ◦ green 148 ◦ blue 239

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

Shades of Plum #E094EF

Tints of Plum #E094EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.12%

R = 36.66%
G = 24.22%
B = 39.12%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E094EF (or 0xE094EF) is known color: Plum. HEX triplet: E0, 94 and EF. RGB value is (224,148,239). Sum of RGB (Red+Green+Blue) = 224+148+239=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #E094EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094EF is #1F6B10. Grayscale: #B4B4B4. Windows color (decimal): -2059025 or 15701216. OLE color: 15701216.

HSL color Cylindrical-coordinate representation of color #E094EF: hue angle of 290.11º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E094EF is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 148 239 -
CMYK 0.06 0.38 0 0.06
HSL 290.11º 0.74% 0.76% -
HSV(B) 290.11º 0.38% 0.94% -
XYZ 56.91 43.26 87.01 -
YUV 181.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 224 148 239 0.06 0.38 0 0.06 290.11 0.74 0.76
Hex E0 94 EF 6 26 0 6 122 4A 4C
Octal 340 224 357 6 46 0 6 442 112 114
Binary 11100000 10010100 11101111 110 100110 0 110 100100010 1001010 1001100

Color Harmonies of #E094EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094EF

Black with #E094EF

Text Example


Text Example

White with #E094EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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