Html Css Color HEX #E295EB Plum

📋 copy color: '#E295EB'

red 226 ◦ green 149 ◦ blue 235

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

Shades of Plum #E295EB

Tints of Plum #E295EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 37.05%
G = 24.43%
B = 38.52%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E295EB (or 0xE295EB) is known color: Plum. HEX triplet: E2, 95 and EB. RGB value is (226,149,235). Sum of RGB (Red+Green+Blue) = 226+149+235=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #E295EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295EB is #1D6A14. Grayscale: #B5B5B5. Windows color (decimal): -1927701 or 15439330. OLE color: 15439330.

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

Color convert

RGB 226 149 235 -
CMYK 0.04 0.37 0 0.08
HSL 293.72º 0.68% 0.75% -
HSV(B) 293.72º 0.37% 0.92% -
XYZ 57.11 43.66 84.01 -
YUV 181.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 226 149 235 0.04 0.37 0 0.08 293.72 0.68 0.75
Hex E2 95 EB 4 25 0 8 126 44 4B
Octal 342 225 353 4 45 0 10 446 104 113
Binary 11100010 10010101 11101011 100 100101 0 1000 100100110 1000100 1001011

Color Harmonies of #E295EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295EB

Black with #E295EB

Text Example


Text Example

White with #E295EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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