Html Css Color HEX #E28BDA Plum

📋 copy color: '#E28BDA'

red 226 ◦ green 139 ◦ blue 218

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

Shades of Plum #E28BDA

Tints of Plum #E28BDA

RGB

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

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

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

R = 38.77%
G = 23.84%
B = 37.39%

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

#E28BDA (or 0xE28BDA) is known color: Plum. HEX triplet: E2, 8B and DA. RGB value is (226,139,218). Sum of RGB (Red+Green+Blue) = 226+139+218=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BDA is #1D7425. Grayscale: #ADADAD. Windows color (decimal): -1930278 or 14322658. OLE color: 14322658.

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

Color convert

RGB 226 139 218 -
CMYK 0 0.38 0.04 0.11
HSL 305.52º 0.6% 0.72% -
HSV(B) 305.52º 0.38% 0.89% -
XYZ 53.25 39.7 71.19 -
YUV 174.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 226 139 218 0 0.38 0.04 0.11 305.52 0.6 0.72
Hex E2 8B DA 0 26 4 B 132 3C 48
Octal 342 213 332 0 46 4 13 462 74 110
Binary 11100010 10001011 11011010 0 100110 100 1011 100110010 111100 1001000

Color Harmonies of #E28BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28BDA

Black with #E28BDA

Text Example


Text Example

White with #E28BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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