Html Css Color HEX #E294E7 Plum

📋 copy color: '#E294E7'

red 226 ◦ green 148 ◦ blue 231

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

Shades of Plum #E294E7

Tints of Plum #E294E7

RGB

 RED value IS 226 (88.67% from 255) = 37.36%

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

 BLUE value IS 231 (90.63% from 255) = 38.18%

R = 37.36%
G = 24.46%
B = 38.18%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E294E7 (or 0xE294E7) is known color: Plum. HEX triplet: E2, 94 and E7. RGB value is (226,148,231). Sum of RGB (Red+Green+Blue) = 226+148+231=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #E294E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294E7 is #1D6B18. Grayscale: #B4B4B4. Windows color (decimal): -1927961 or 15176930. OLE color: 15176930.

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

Color convert

RGB 226 148 231 -
CMYK 0.02 0.36 0 0.09
HSL 296.39º 0.63% 0.74% -
HSV(B) 296.39º 0.36% 0.91% -
XYZ 56.38 43.12 80.95 -
YUV 180.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 226 148 231 0.02 0.36 0 0.09 296.39 0.63 0.74
Hex E2 94 E7 2 24 0 9 128 3F 4A
Octal 342 224 347 2 44 0 11 450 77 112
Binary 11100010 10010100 11100111 10 100100 0 1001 100101000 111111 1001010

Color Harmonies of #E294E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E294E7

Black with #E294E7

Text Example


Text Example

White with #E294E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E294E7; }

 p { color: rgb(226,148,231); }

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

background-color css

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

 a { background-color: rgb(226,148,231); }

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

border-color css

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

 span { border-color: rgb(226,148,231); }

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