Html Css Color HEX #E8AEF0 Plum

📋 copy color: '#E8AEF0'

red 232 ◦ green 174 ◦ blue 240

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

Shades of Plum #E8AEF0

Tints of Plum #E8AEF0

RGB

 RED value IS 232 (91.02% from 255) = 35.91%

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

 BLUE value IS 240 (94.14% from 255) = 37.15%

R = 35.91%
G = 26.93%
B = 37.15%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8AEF0 (or 0xE8AEF0) is known color: Plum. HEX triplet: E8, AE and F0. RGB value is (232,174,240). Sum of RGB (Red+Green+Blue) = 232+174+240=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8AEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEF0 is #17510F. Grayscale: #C6C6C6. Windows color (decimal): -1528080 or 15773416. OLE color: 15773416.

HSL color Cylindrical-coordinate representation of color #E8AEF0: hue angle of 292.73º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AEF0 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 174 240 -
CMYK 0.03 0.28 0 0.06
HSL 292.73º 0.69% 0.81% -
HSV(B) 292.73º 0.28% 0.94% -
XYZ 64.14 53.72 89.43 -
YUV 198.87 151.22 151.63 -
System Red Green Blue C M Y K H S L
Decimal 232 174 240 0.03 0.28 0 0.06 292.73 0.69 0.81
Hex E8 AE F0 3 1C 0 6 125 45 51
Octal 350 256 360 3 34 0 6 445 105 121
Binary 11101000 10101110 11110000 11 11100 0 110 100100101 1000101 1010001

Color Harmonies of #E8AEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AEF0

Black with #E8AEF0

Text Example


Text Example

White with #E8AEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AEF0; }

 p { color: rgb(232,174,240); }

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

background-color css

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

 a { background-color: rgb(232,174,240); }

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

border-color css

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

 span { border-color: rgb(232,174,240); }

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