Html Css Color HEX #E28CD2 Plum

📋 copy color: '#E28CD2'

red 226 ◦ green 140 ◦ blue 210

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

Shades of Plum #E28CD2

Tints of Plum #E28CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 39.24%
G = 24.31%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E28CD2 (or 0xE28CD2) is known color: Plum. HEX triplet: E2, 8C and D2. RGB value is (226,140,210). Sum of RGB (Red+Green+Blue) = 226+140+210=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CD2 is #1D732D. Grayscale: #ADADAD. Windows color (decimal): -1930030 or 13798626. OLE color: 13798626.

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

Color convert

RGB 226 140 210 -
CMYK 0 0.38 0.07 0.11
HSL 311.16º 0.6% 0.72% -
HSV(B) 311.16º 0.38% 0.89% -
XYZ 52.37 39.58 65.85 -
YUV 173.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 226 140 210 0 0.38 0.07 0.11 311.16 0.6 0.72
Hex E2 8C D2 0 26 7 B 137 3C 48
Octal 342 214 322 0 46 7 13 467 74 110
Binary 11100010 10001100 11010010 0 100110 111 1011 100110111 111100 1001000

Color Harmonies of #E28CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28CD2

Black with #E28CD2

Text Example


Text Example

White with #E28CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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