Html Css Color HEX #E28CDD Plum

📋 copy color: '#E28CDD'

red 226 ◦ green 140 ◦ blue 221

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

Shades of Plum #E28CDD

Tints of Plum #E28CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 38.5%
G = 23.85%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E28CDD (or 0xE28CDD) is known color: Plum. HEX triplet: E2, 8C and DD. RGB value is (226,140,221). Sum of RGB (Red+Green+Blue) = 226+140+221=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CDD is #1D7322. Grayscale: #AEAEAE. Windows color (decimal): -1930019 or 14519522. OLE color: 14519522.

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

Color convert

RGB 226 140 221 -
CMYK 0 0.38 0.02 0.11
HSL 303.49º 0.6% 0.72% -
HSV(B) 303.49º 0.38% 0.89% -
XYZ 53.79 40.15 73.32 -
YUV 174.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 226 140 221 0 0.38 0.02 0.11 303.49 0.6 0.72
Hex E2 8C DD 0 26 2 B 12F 3C 48
Octal 342 214 335 0 46 2 13 457 74 110
Binary 11100010 10001100 11011101 0 100110 10 1011 100101111 111100 1001000

Color Harmonies of #E28CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28CDD

Black with #E28CDD

Text Example


Text Example

White with #E28CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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