Html Css Color HEX #E6AEEB Plum

📋 copy color: '#E6AEEB'

red 230 ◦ green 174 ◦ blue 235

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

Shades of Plum #E6AEEB

Tints of Plum #E6AEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 35.99%
G = 27.23%
B = 36.78%

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

#E6AEEB (or 0xE6AEEB) is known color: Plum. HEX triplet: E6, AE and EB. RGB value is (230,174,235). Sum of RGB (Red+Green+Blue) = 230+174+235=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6AEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEEB is #195114. Grayscale: #C5C5C5. Windows color (decimal): -1659157 or 15445734. OLE color: 15445734.

HSL color Cylindrical-coordinate representation of color #E6AEEB: hue angle of 295.08º degrees, saturation: 0.6, 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 #E6AEEB is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 174 235 -
CMYK 0.02 0.26 0 0.08
HSL 295.08º 0.6% 0.8% -
HSV(B) 295.08º 0.26% 0.92% -
XYZ 62.76 53.09 85.54 -
YUV 197.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 230 174 235 0.02 0.26 0 0.08 295.08 0.6 0.8
Hex E6 AE EB 2 1A 0 8 127 3C 50
Octal 346 256 353 2 32 0 10 447 74 120
Binary 11100110 10101110 11101011 10 11010 0 1000 100100111 111100 1010000

Color Harmonies of #E6AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEEB

Black with #E6AEEB

Text Example


Text Example

White with #E6AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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