Html Css Color HEX #E28FDC Plum

📋 copy color: '#E28FDC'

red 226 ◦ green 143 ◦ blue 220

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

Shades of Plum #E28FDC

Tints of Plum #E28FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 38.37%
G = 24.28%
B = 37.35%

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

#E28FDC (or 0xE28FDC) is known color: Plum. HEX triplet: E2, 8F and DC. RGB value is (226,143,220). Sum of RGB (Red+Green+Blue) = 226+143+220=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FDC is #1D7023. Grayscale: #B0B0B0. Windows color (decimal): -1929252 or 14454754. OLE color: 14454754.

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

Color convert

RGB 226 143 220 -
CMYK 0 0.37 0.03 0.11
HSL 304.34º 0.59% 0.72% -
HSV(B) 304.34º 0.37% 0.89% -
XYZ 54.1 40.98 72.77 -
YUV 176.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 226 143 220 0 0.37 0.03 0.11 304.34 0.59 0.72
Hex E2 8F DC 0 25 3 B 130 3B 48
Octal 342 217 334 0 45 3 13 460 73 110
Binary 11100010 10001111 11011100 0 100101 11 1011 100110000 111011 1001000

Color Harmonies of #E28FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28FDC

Black with #E28FDC

Text Example


Text Example

White with #E28FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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