Html Css Color HEX #E6AEEC Plum

📋 copy color: '#E6AEEC'

red 230 ◦ green 174 ◦ blue 236

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

Shades of Plum #E6AEEC

Tints of Plum #E6AEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 35.94%
G = 27.19%
B = 36.88%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6AEEC (or 0xE6AEEC) is known color: Plum. HEX triplet: E6, AE and EC. RGB value is (230,174,236). Sum of RGB (Red+Green+Blue) = 230+174+236=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6AEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEEC is #195113. Grayscale: #C5C5C5. Windows color (decimal): -1659156 or 15511270. OLE color: 15511270.

HSL color Cylindrical-coordinate representation of color #E6AEEC: hue angle of 294.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AEEC is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 174 236 -
CMYK 0.03 0.26 0 0.07
HSL 294.19º 0.62% 0.8% -
HSV(B) 294.19º 0.26% 0.93% -
XYZ 62.91 53.15 86.3 -
YUV 197.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 230 174 236 0.03 0.26 0 0.07 294.19 0.62 0.8
Hex E6 AE EC 3 1A 0 7 126 3E 50
Octal 346 256 354 3 32 0 7 446 76 120
Binary 11100110 10101110 11101100 11 11010 0 111 100100110 111110 1010000

Color Harmonies of #E6AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEEC

Black with #E6AEEC

Text Example


Text Example

White with #E6AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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