Html Css Color HEX #E2A2DD Plum

📋 copy color: '#E2A2DD'

red 226 ◦ green 162 ◦ blue 221

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

Shades of Plum #E2A2DD

Tints of Plum #E2A2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.6%

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

R = 37.11%
G = 26.6%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2A2DD (or 0xE2A2DD) is known color: Plum. HEX triplet: E2, A2 and DD. RGB value is (226,162,221). Sum of RGB (Red+Green+Blue) = 226+162+221=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A2DD is #1D5D22. Grayscale: #BBBBBB. Windows color (decimal): -1924387 or 14525154. OLE color: 14525154.

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

Color convert

RGB 226 162 221 -
CMYK 0 0.28 0.02 0.11
HSL 304.69º 0.52% 0.76% -
HSV(B) 304.69º 0.28% 0.89% -
XYZ 57.34 47.23 74.5 -
YUV 187.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 226 162 221 0 0.28 0.02 0.11 304.69 0.52 0.76
Hex E2 A2 DD 0 1C 2 B 131 34 4C
Octal 342 242 335 0 34 2 13 461 64 114
Binary 11100010 10100010 11011101 0 11100 10 1011 100110001 110100 1001100

Color Harmonies of #E2A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A2DD

Black with #E2A2DD

Text Example


Text Example

White with #E2A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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