Html Css Color HEX #E0ABEA Plum

📋 copy color: '#E0ABEA'

red 224 ◦ green 171 ◦ blue 234

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

Shades of Plum #E0ABEA

Tints of Plum #E0ABEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.2%

R = 35.61%
G = 27.19%
B = 37.2%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0ABEA (or 0xE0ABEA) is known color: Plum. HEX triplet: E0, AB and EA. RGB value is (224,171,234). Sum of RGB (Red+Green+Blue) = 224+171+234=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABEA is #1F5415. Grayscale: #C1C1C1. Windows color (decimal): -2053142 or 15379424. OLE color: 15379424.

HSL color Cylindrical-coordinate representation of color #E0ABEA: hue angle of 290.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0ABEA is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 171 234 -
CMYK 0.04 0.27 0 0.08
HSL 290.48º 0.6% 0.79% -
HSV(B) 290.48º 0.27% 0.92% -
XYZ 60.15 50.91 84.5 -
YUV 194.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 224 171 234 0.04 0.27 0 0.08 290.48 0.6 0.79
Hex E0 AB EA 4 1B 0 8 122 3C 4F
Octal 340 253 352 4 33 0 10 442 74 117
Binary 11100000 10101011 11101010 100 11011 0 1000 100100010 111100 1001111

Color Harmonies of #E0ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ABEA

Black with #E0ABEA

Text Example


Text Example

White with #E0ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ABEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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