Html Css Color HEX #E295EC Plum

📋 copy color: '#E295EC'

red 226 ◦ green 149 ◦ blue 236

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

Shades of Plum #E295EC

Tints of Plum #E295EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.39%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 36.99%
G = 24.39%
B = 38.63%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E295EC (or 0xE295EC) is known color: Plum. HEX triplet: E2, 95 and EC. RGB value is (226,149,236). Sum of RGB (Red+Green+Blue) = 226+149+236=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #E295EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295EC is #1D6A13. Grayscale: #B5B5B5. Windows color (decimal): -1927700 or 15504866. OLE color: 15504866.

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

Color convert

RGB 226 149 236 -
CMYK 0.04 0.37 0 0.07
HSL 293.1º 0.7% 0.75% -
HSV(B) 293.1º 0.37% 0.93% -
XYZ 57.25 43.72 84.78 -
YUV 181.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 226 149 236 0.04 0.37 0 0.07 293.1 0.7 0.75
Hex E2 95 EC 4 25 0 7 125 46 4B
Octal 342 225 354 4 45 0 7 445 106 113
Binary 11100010 10010101 11101100 100 100101 0 111 100100101 1000110 1001011

Color Harmonies of #E295EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295EC

Black with #E295EC

Text Example


Text Example

White with #E295EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295EC; }

 p { color: rgb(226,149,236); }

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

background-color css

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

 a { background-color: rgb(226,149,236); }

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

border-color css

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

 span { border-color: rgb(226,149,236); }

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