Html Css Color HEX #E28FE5 Plum

📋 copy color: '#E28FE5'

red 226 ◦ green 143 ◦ blue 229

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

Shades of Plum #E28FE5

Tints of Plum #E28FE5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.91%

 BLUE value IS 229 (89.84% from 255) = 38.29%

R = 37.79%
G = 23.91%
B = 38.29%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E28FE5 (or 0xE28FE5) is known color: Plum. HEX triplet: E2, 8F and E5. RGB value is (226,143,229). Sum of RGB (Red+Green+Blue) = 226+143+229=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #E28FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FE5 is #1D701A. Grayscale: #B1B1B1. Windows color (decimal): -1929243 or 15044578. OLE color: 15044578.

HSL color Cylindrical-coordinate representation of color #E28FE5: hue angle of 297.91º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28FE5 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 143 229 -
CMYK 0.01 0.38 0 0.10
HSL 297.91º 0.62% 0.73% -
HSV(B) 297.91º 0.38% 0.9% -
XYZ 55.33 41.47 79.22 -
YUV 177.62 157 162.51 -
System Red Green Blue C M Y K H S L
Decimal 226 143 229 0.01 0.38 0 0.10 297.91 0.62 0.73
Hex E2 8F E5 1 26 0 A 12A 3E 49
Octal 342 217 345 1 46 0 12 452 76 111
Binary 11100010 10001111 11100101 1 100110 0 1010 100101010 111110 1001001

Color Harmonies of #E28FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28FE5

Black with #E28FE5

Text Example


Text Example

White with #E28FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28FE5; }

 p { color: rgb(226,143,229); }

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

background-color css

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

 a { background-color: rgb(226,143,229); }

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

border-color css

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

 span { border-color: rgb(226,143,229); }

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