Html Css Color HEX #E2A5DF Plum

📋 copy color: '#E2A5DF'

red 226 ◦ green 165 ◦ blue 223

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

Shades of Plum #E2A5DF

Tints of Plum #E2A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.87%

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 36.81%
G = 26.87%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2A5DF (or 0xE2A5DF) is known color: Plum. HEX triplet: E2, A5 and DF. RGB value is (226,165,223). Sum of RGB (Red+Green+Blue) = 226+165+223=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A5DF is #1D5A20. Grayscale: #BDBDBD. Windows color (decimal): -1923617 or 14656994. OLE color: 14656994.

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

Color convert

RGB 226 165 223 -
CMYK 0 0.27 0.01 0.11
HSL 302.95º 0.51% 0.77% -
HSV(B) 302.95º 0.27% 0.89% -
XYZ 58.14 48.41 76.09 -
YUV 189.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 226 165 223 0 0.27 0.01 0.11 302.95 0.51 0.77
Hex E2 A5 DF 0 1B 1 B 12F 33 4D
Octal 342 245 337 0 33 1 13 457 63 115
Binary 11100010 10100101 11011111 0 11011 1 1011 100101111 110011 1001101

Color Harmonies of #E2A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A5DF

Black with #E2A5DF

Text Example


Text Example

White with #E2A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A5DF; }

 p { color: rgb(226,165,223); }

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

background-color css

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

 a { background-color: rgb(226,165,223); }

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

border-color css

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

 span { border-color: rgb(226,165,223); }

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