Html Css Color HEX #E28BDE Plum

📋 copy color: '#E28BDE'

red 226 ◦ green 139 ◦ blue 222

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

Shades of Plum #E28BDE

Tints of Plum #E28BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.82%

R = 38.5%
G = 23.68%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E28BDE (or 0xE28BDE) is known color: Plum. HEX triplet: E2, 8B and DE. RGB value is (226,139,222). Sum of RGB (Red+Green+Blue) = 226+139+222=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BDE is #1D7421. Grayscale: #AEAEAE. Windows color (decimal): -1930274 or 14584802. OLE color: 14584802.

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

Color convert

RGB 226 139 222 -
CMYK 0 0.38 0.02 0.11
HSL 302.76º 0.6% 0.72% -
HSV(B) 302.76º 0.38% 0.89% -
XYZ 53.78 39.91 73.98 -
YUV 174.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 226 139 222 0 0.38 0.02 0.11 302.76 0.6 0.72
Hex E2 8B DE 0 26 2 B 12F 3C 48
Octal 342 213 336 0 46 2 13 457 74 110
Binary 11100010 10001011 11011110 0 100110 10 1011 100101111 111100 1001000

Color Harmonies of #E28BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28BDE

Black with #E28BDE

Text Example


Text Example

White with #E28BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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