Html Css Color HEX #E8AEEE Plum

📋 copy color: '#E8AEEE'

red 232 ◦ green 174 ◦ blue 238

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

Shades of Plum #E8AEEE

Tints of Plum #E8AEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.96%

R = 36.02%
G = 27.02%
B = 36.96%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8AEEE (or 0xE8AEEE) is known color: Plum. HEX triplet: E8, AE and EE. RGB value is (232,174,238). Sum of RGB (Red+Green+Blue) = 232+174+238=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8AEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEEE is #175111. Grayscale: #C6C6C6. Windows color (decimal): -1528082 or 15642344. OLE color: 15642344.

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

Color convert

RGB 232 174 238 -
CMYK 0.03 0.27 0 0.07
HSL 294.38º 0.65% 0.81% -
HSV(B) 294.38º 0.27% 0.93% -
XYZ 63.85 53.6 87.87 -
YUV 198.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 232 174 238 0.03 0.27 0 0.07 294.38 0.65 0.81
Hex E8 AE EE 3 1B 0 7 126 41 51
Octal 350 256 356 3 33 0 7 446 101 121
Binary 11101000 10101110 11101110 11 11011 0 111 100100110 1000001 1010001

Color Harmonies of #E8AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AEEE

Black with #E8AEEE

Text Example


Text Example

White with #E8AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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