Html Css Color HEX #E6A2E9 Plum

📋 copy color: '#E6A2E9'

red 230 ◦ green 162 ◦ blue 233

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

Shades of Plum #E6A2E9

Tints of Plum #E6A2E9

RGB

 RED value IS 230 (90.23% from 255) = 36.8%

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

 BLUE value IS 233 (91.41% from 255) = 37.28%

R = 36.8%
G = 25.92%
B = 37.28%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E6A2E9 (or 0xE6A2E9) is known color: Plum. HEX triplet: E6, A2 and E9. RGB value is (230,162,233). Sum of RGB (Red+Green+Blue) = 230+162+233=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6A2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A2E9 is #195D16. Grayscale: #BEBEBE. Windows color (decimal): -1662231 or 15311590. OLE color: 15311590.

HSL color Cylindrical-coordinate representation of color #E6A2E9: hue angle of 297.46º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A2E9 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 230 162 233 -
CMYK 0.01 0.30 0 0.09
HSL 297.46º 0.62% 0.77% -
HSV(B) 297.46º 0.3% 0.91% -
XYZ 60.26 48.55 83.29 -
YUV 190.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 230 162 233 0.01 0.30 0 0.09 297.46 0.62 0.77
Hex E6 A2 E9 1 1E 0 9 129 3E 4D
Octal 346 242 351 1 36 0 11 451 76 115
Binary 11100110 10100010 11101001 1 11110 0 1001 100101001 111110 1001101

Color Harmonies of #E6A2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A2E9

Black with #E6A2E9

Text Example


Text Example

White with #E6A2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A2E9; }

 p { color: rgb(230,162,233); }

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

background-color css

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

 a { background-color: rgb(230,162,233); }

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

border-color css

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

 span { border-color: rgb(230,162,233); }

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