Html Css Color HEX #E5AEEB Plum

📋 copy color: '#E5AEEB'

red 229 ◦ green 174 ◦ blue 235

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

Shades of Plum #E5AEEB

Tints of Plum #E5AEEB

RGB

 RED value IS 229 (89.84% from 255) = 35.89%

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

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

R = 35.89%
G = 27.27%
B = 36.83%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5AEEB (or 0xE5AEEB) is known color: Plum. HEX triplet: E5, AE and EB. RGB value is (229,174,235). Sum of RGB (Red+Green+Blue) = 229+174+235=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEEB is #1A5114. Grayscale: #C5C5C5. Windows color (decimal): -1724693 or 15445733. OLE color: 15445733.

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

Color convert

RGB 229 174 235 -
CMYK 0.03 0.26 0 0.08
HSL 294.1º 0.6% 0.8% -
HSV(B) 294.1º 0.26% 0.92% -
XYZ 62.44 52.93 85.52 -
YUV 197.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 229 174 235 0.03 0.26 0 0.08 294.1 0.6 0.8
Hex E5 AE EB 3 1A 0 8 126 3C 50
Octal 345 256 353 3 32 0 10 446 74 120
Binary 11100101 10101110 11101011 11 11010 0 1000 100100110 111100 1010000

Color Harmonies of #E5AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AEEB

Black with #E5AEEB

Text Example


Text Example

White with #E5AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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