Html Css Color HEX #E0ABE8 Plum

📋 copy color: '#E0ABE8'

red 224 ◦ green 171 ◦ blue 232

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

Shades of Plum #E0ABE8

Tints of Plum #E0ABE8

RGB

 RED value IS 224 (87.89% from 255) = 35.73%

 GREEN value IS 171 (67.19% from 255) = 27.27%

 BLUE value IS 232 (91.02% from 255) = 37%

R = 35.73%
G = 27.27%
B = 37%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E0ABE8 (or 0xE0ABE8) is known color: Plum. HEX triplet: E0, AB and E8. RGB value is (224,171,232). Sum of RGB (Red+Green+Blue) = 224+171+232=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0ABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABE8 is #1F5417. Grayscale: #C1C1C1. Windows color (decimal): -2053144 or 15248352. OLE color: 15248352.

HSL color Cylindrical-coordinate representation of color #E0ABE8: hue angle of 292.13º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0ABE8 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 171 232 -
CMYK 0.03 0.26 0 0.09
HSL 292.13º 0.57% 0.79% -
HSV(B) 292.13º 0.26% 0.91% -
XYZ 59.87 50.8 82.99 -
YUV 193.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 224 171 232 0.03 0.26 0 0.09 292.13 0.57 0.79
Hex E0 AB E8 3 1A 0 9 124 39 4F
Octal 340 253 350 3 32 0 11 444 71 117
Binary 11100000 10101011 11101000 11 11010 0 1001 100100100 111001 1001111

Color Harmonies of #E0ABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ABE8

Black with #E0ABE8

Text Example


Text Example

White with #E0ABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ABE8; }

 p { color: rgb(224,171,232); }

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

background-color css

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

 a { background-color: rgb(224,171,232); }

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

border-color css

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

 span { border-color: rgb(224,171,232); }

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