Html Css Color HEX #E2A4DD Plum

📋 copy color: '#E2A4DD'

red 226 ◦ green 164 ◦ blue 221

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

Shades of Plum #E2A4DD

Tints of Plum #E2A4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.84%

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

R = 36.99%
G = 26.84%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2A4DD (or 0xE2A4DD) is known color: Plum. HEX triplet: E2, A4 and DD. RGB value is (226,164,221). Sum of RGB (Red+Green+Blue) = 226+164+221=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A4DD is #1D5B22. Grayscale: #BCBCBC. Windows color (decimal): -1923875 or 14525666. OLE color: 14525666.

HSL color Cylindrical-coordinate representation of color #E2A4DD: hue angle of 304.84º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A4DD is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 164 221 -
CMYK 0 0.27 0.02 0.11
HSL 304.84º 0.52% 0.76% -
HSV(B) 304.84º 0.27% 0.89% -
XYZ 57.69 47.94 74.62 -
YUV 189.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 226 164 221 0 0.27 0.02 0.11 304.84 0.52 0.76
Hex E2 A4 DD 0 1B 2 B 131 34 4C
Octal 342 244 335 0 33 2 13 461 64 114
Binary 11100010 10100100 11011101 0 11011 10 1011 100110001 110100 1001100

Color Harmonies of #E2A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A4DD

Black with #E2A4DD

Text Example


Text Example

White with #E2A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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