Html Css Color HEX #E295EF Plum

📋 copy color: '#E295EF'

red 226 ◦ green 149 ◦ blue 239

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

Shades of Plum #E295EF

Tints of Plum #E295EF

RGB

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

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

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

R = 36.81%
G = 24.27%
B = 38.93%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E295EF (or 0xE295EF) is known color: Plum. HEX triplet: E2, 95 and EF. RGB value is (226,149,239). Sum of RGB (Red+Green+Blue) = 226+149+239=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #E295EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295EF is #1D6A10. Grayscale: #B5B5B5. Windows color (decimal): -1927697 or 15701474. OLE color: 15701474.

HSL color Cylindrical-coordinate representation of color #E295EF: hue angle of 291.33º 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 #E295EF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 149 239 -
CMYK 0.05 0.38 0 0.06
HSL 291.33º 0.74% 0.76% -
HSV(B) 291.33º 0.38% 0.94% -
XYZ 57.69 43.9 87.09 -
YUV 182.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 226 149 239 0.05 0.38 0 0.06 291.33 0.74 0.76
Hex E2 95 EF 5 26 0 6 123 4A 4C
Octal 342 225 357 5 46 0 6 443 112 114
Binary 11100010 10010101 11101111 101 100110 0 110 100100011 1001010 1001100

Color Harmonies of #E295EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295EF

Black with #E295EF

Text Example


Text Example

White with #E295EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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