Html Css Color HEX #E2A6EA Plum

📋 copy color: '#E2A6EA'

red 226 ◦ green 166 ◦ blue 234

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

Shades of Plum #E2A6EA

Tints of Plum #E2A6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.52%

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 36.1%
G = 26.52%
B = 37.38%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2A6EA (or 0xE2A6EA) is known color: Plum. HEX triplet: E2, A6 and EA. RGB value is (226,166,234). Sum of RGB (Red+Green+Blue) = 226+166+234=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2A6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A6EA is #1D5915. Grayscale: #BFBFBF. Windows color (decimal): -1923350 or 15378146. OLE color: 15378146.

HSL color Cylindrical-coordinate representation of color #E2A6EA: hue angle of 292.94º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2A6EA is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 166 234 -
CMYK 0.03 0.29 0 0.08
HSL 292.94º 0.62% 0.78% -
HSV(B) 292.94º 0.29% 0.92% -
XYZ 59.85 49.38 84.22 -
YUV 191.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 226 166 234 0.03 0.29 0 0.08 292.94 0.62 0.78
Hex E2 A6 EA 3 1D 0 8 125 3E 4E
Octal 342 246 352 3 35 0 10 445 76 116
Binary 11100010 10100110 11101010 11 11101 0 1000 100100101 111110 1001110

Color Harmonies of #E2A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A6EA

Black with #E2A6EA

Text Example


Text Example

White with #E2A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A6EA; }

 p { color: rgb(226,166,234); }

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

background-color css

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

 a { background-color: rgb(226,166,234); }

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

border-color css

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

 span { border-color: rgb(226,166,234); }

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