Html Css Color HEX #E28BD8 Plum

📋 copy color: '#E28BD8'

red 226 ◦ green 139 ◦ blue 216

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

Shades of Plum #E28BD8

Tints of Plum #E28BD8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.92%

 BLUE value IS 216 (84.77% from 255) = 37.18%

R = 38.9%
G = 23.92%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E28BD8 (or 0xE28BD8) is known color: Plum. HEX triplet: E2, 8B and D8. RGB value is (226,139,216). Sum of RGB (Red+Green+Blue) = 226+139+216=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BD8 is #1D7427. Grayscale: #ADADAD. Windows color (decimal): -1930280 or 14191586. OLE color: 14191586.

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

Color convert

RGB 226 139 216 -
CMYK 0 0.38 0.04 0.11
HSL 306.9º 0.6% 0.72% -
HSV(B) 306.9º 0.38% 0.89% -
XYZ 52.99 39.59 69.81 -
YUV 173.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 226 139 216 0 0.38 0.04 0.11 306.9 0.6 0.72
Hex E2 8B D8 0 26 4 B 133 3C 48
Octal 342 213 330 0 46 4 13 463 74 110
Binary 11100010 10001011 11011000 0 100110 100 1011 100110011 111100 1001000

Color Harmonies of #E28BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28BD8

Black with #E28BD8

Text Example


Text Example

White with #E28BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28BD8; }

 p { color: rgb(226,139,216); }

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

background-color css

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

 a { background-color: rgb(226,139,216); }

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

border-color css

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

 span { border-color: rgb(226,139,216); }

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