Html Css Color HEX #E28ADA Plum

📋 copy color: '#E28ADA'

red 226 ◦ green 138 ◦ blue 218

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

Shades of Plum #E28ADA

Tints of Plum #E28ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.71%

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

R = 38.83%
G = 23.71%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E28ADA (or 0xE28ADA) is known color: Plum. HEX triplet: E2, 8A and DA. RGB value is (226,138,218). Sum of RGB (Red+Green+Blue) = 226+138+218=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ADA is #1D7525. Grayscale: #ADADAD. Windows color (decimal): -1930534 or 14322402. OLE color: 14322402.

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

Color convert

RGB 226 138 218 -
CMYK 0 0.39 0.04 0.11
HSL 305.45º 0.6% 0.71% -
HSV(B) 305.45º 0.39% 0.89% -
XYZ 53.11 39.41 71.14 -
YUV 173.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 226 138 218 0 0.39 0.04 0.11 305.45 0.6 0.71
Hex E2 8A DA 0 27 4 B 131 3C 47
Octal 342 212 332 0 47 4 13 461 74 107
Binary 11100010 10001010 11011010 0 100111 100 1011 100110001 111100 1000111

Color Harmonies of #E28ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28ADA

Black with #E28ADA

Text Example


Text Example

White with #E28ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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