Html Css Color HEX #E28FDB Plum

📋 copy color: '#E28FDB'

red 226 ◦ green 143 ◦ blue 219

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

Shades of Plum #E28FDB

Tints of Plum #E28FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.32%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 38.44%
G = 24.32%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E28FDB (or 0xE28FDB) is known color: Plum. HEX triplet: E2, 8F and DB. RGB value is (226,143,219). Sum of RGB (Red+Green+Blue) = 226+143+219=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FDB is #1D7024. Grayscale: #B0B0B0. Windows color (decimal): -1929253 or 14389218. OLE color: 14389218.

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

Color convert

RGB 226 143 219 -
CMYK 0 0.37 0.03 0.11
HSL 305.06º 0.59% 0.72% -
HSV(B) 305.06º 0.37% 0.89% -
XYZ 53.97 40.93 72.07 -
YUV 176.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 226 143 219 0 0.37 0.03 0.11 305.06 0.59 0.72
Hex E2 8F DB 0 25 3 B 131 3B 48
Octal 342 217 333 0 45 3 13 461 73 110
Binary 11100010 10001111 11011011 0 100101 11 1011 100110001 111011 1001000

Color Harmonies of #E28FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28FDB

Black with #E28FDB

Text Example


Text Example

White with #E28FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28FDB; }

 p { color: rgb(226,143,219); }

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

background-color css

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

 a { background-color: rgb(226,143,219); }

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

border-color css

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

 span { border-color: rgb(226,143,219); }

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