Html Css Color HEX #E6AEEA Plum

📋 copy color: '#E6AEEA'

red 230 ◦ green 174 ◦ blue 234

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

Shades of Plum #E6AEEA

Tints of Plum #E6AEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.27%

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

R = 36.05%
G = 27.27%
B = 36.68%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6AEEA (or 0xE6AEEA) is known color: Plum. HEX triplet: E6, AE and EA. RGB value is (230,174,234). Sum of RGB (Red+Green+Blue) = 230+174+234=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6AEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEEA is #195115. Grayscale: #C5C5C5. Windows color (decimal): -1659158 or 15380198. OLE color: 15380198.

HSL color Cylindrical-coordinate representation of color #E6AEEA: hue angle of 296º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AEEA is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 174 234 -
CMYK 0.02 0.26 0 0.08
HSL 296º 0.59% 0.8% -
HSV(B) 296º 0.26% 0.92% -
XYZ 62.62 53.04 84.78 -
YUV 197.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 230 174 234 0.02 0.26 0 0.08 296 0.59 0.8
Hex E6 AE EA 2 1A 0 8 128 3B 50
Octal 346 256 352 2 32 0 10 450 73 120
Binary 11100110 10101110 11101010 10 11010 0 1000 100101000 111011 1010000

Color Harmonies of #E6AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEEA

Black with #E6AEEA

Text Example


Text Example

White with #E6AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEEA; }

 p { color: rgb(230,174,234); }

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

background-color css

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

 a { background-color: rgb(230,174,234); }

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

border-color css

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

 span { border-color: rgb(230,174,234); }

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