Html Css Color HEX #E28CDB Plum

📋 copy color: '#E28CDB'

red 226 ◦ green 140 ◦ blue 219

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

Shades of Plum #E28CDB

Tints of Plum #E28CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.93%

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

R = 38.63%
G = 23.93%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E28CDB (or 0xE28CDB) is known color: Plum. HEX triplet: E2, 8C and DB. RGB value is (226,140,219). Sum of RGB (Red+Green+Blue) = 226+140+219=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CDB is #1D7324. Grayscale: #AEAEAE. Windows color (decimal): -1930021 or 14388450. OLE color: 14388450.

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

Color convert

RGB 226 140 219 -
CMYK 0 0.38 0.03 0.11
HSL 304.88º 0.6% 0.72% -
HSV(B) 304.88º 0.38% 0.89% -
XYZ 53.53 40.04 71.92 -
YUV 174.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 226 140 219 0 0.38 0.03 0.11 304.88 0.6 0.72
Hex E2 8C DB 0 26 3 B 131 3C 48
Octal 342 214 333 0 46 3 13 461 74 110
Binary 11100010 10001100 11011011 0 100110 11 1011 100110001 111100 1001000

Color Harmonies of #E28CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28CDB

Black with #E28CDB

Text Example


Text Example

White with #E28CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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