Html Css Color HEX #E28FDA Plum

📋 copy color: '#E28FDA'

red 226 ◦ green 143 ◦ blue 218

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

Shades of Plum #E28FDA

Tints of Plum #E28FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.14%

R = 38.5%
G = 24.36%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E28FDA (or 0xE28FDA) is known color: Plum. HEX triplet: E2, 8F and DA. RGB value is (226,143,218). Sum of RGB (Red+Green+Blue) = 226+143+218=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FDA is #1D7025. Grayscale: #B0B0B0. Windows color (decimal): -1929254 or 14323682. OLE color: 14323682.

HSL color Cylindrical-coordinate representation of color #E28FDA: hue angle of 305.78º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E28FDA is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 143 218 -
CMYK 0 0.37 0.04 0.11
HSL 305.78º 0.59% 0.72% -
HSV(B) 305.78º 0.37% 0.89% -
XYZ 53.84 40.88 71.38 -
YUV 176.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 226 143 218 0 0.37 0.04 0.11 305.78 0.59 0.72
Hex E2 8F DA 0 25 4 B 132 3B 48
Octal 342 217 332 0 45 4 13 462 73 110
Binary 11100010 10001111 11011010 0 100101 100 1011 100110010 111011 1001000

Color Harmonies of #E28FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28FDA

Black with #E28FDA

Text Example


Text Example

White with #E28FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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