Html Css Color HEX #E28BD5 Plum

📋 copy color: '#E28BD5'

red 226 ◦ green 139 ◦ blue 213

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

Shades of Plum #E28BD5

Tints of Plum #E28BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.85%

R = 39.1%
G = 24.05%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E28BD5 (or 0xE28BD5) is known color: Plum. HEX triplet: E2, 8B and D5. RGB value is (226,139,213). Sum of RGB (Red+Green+Blue) = 226+139+213=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BD5 is #1D742A. Grayscale: #ADADAD. Windows color (decimal): -1930283 or 13994978. OLE color: 13994978.

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

Color convert

RGB 226 139 213 -
CMYK 0 0.38 0.06 0.11
HSL 308.97º 0.6% 0.72% -
HSV(B) 308.97º 0.38% 0.89% -
XYZ 52.61 39.44 67.79 -
YUV 173.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 226 139 213 0 0.38 0.06 0.11 308.97 0.6 0.72
Hex E2 8B D5 0 26 6 B 135 3C 48
Octal 342 213 325 0 46 6 13 465 74 110
Binary 11100010 10001011 11010101 0 100110 110 1011 100110101 111100 1001000

Color Harmonies of #E28BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28BD5

Black with #E28BD5

Text Example


Text Example

White with #E28BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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