Html Css Color HEX #E2A2F1 Plum

📋 copy color: '#E2A2F1'

red 226 ◦ green 162 ◦ blue 241

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

Shades of Plum #E2A2F1

Tints of Plum #E2A2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.31%

R = 35.93%
G = 25.76%
B = 38.31%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2A2F1 (or 0xE2A2F1) is known color: Plum. HEX triplet: E2, A2 and F1. RGB value is (226,162,241). Sum of RGB (Red+Green+Blue) = 226+162+241=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2A2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A2F1 is #1D5D0E. Grayscale: #BDBDBD. Windows color (decimal): -1924367 or 15835874. OLE color: 15835874.

HSL color Cylindrical-coordinate representation of color #E2A2F1: hue angle of 288.61º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2A2F1 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 162 241 -
CMYK 0.06 0.33 0 0.05
HSL 288.61º 0.74% 0.79% -
HSV(B) 288.61º 0.33% 0.95% -
XYZ 60.16 48.36 89.38 -
YUV 190.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 226 162 241 0.06 0.33 0 0.05 288.61 0.74 0.79
Hex E2 A2 F1 6 21 0 5 121 4A 4F
Octal 342 242 361 6 41 0 5 441 112 117
Binary 11100010 10100010 11110001 110 100001 0 101 100100001 1001010 1001111

Color Harmonies of #E2A2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A2F1

Black with #E2A2F1

Text Example


Text Example

White with #E2A2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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