Html Css Color HEX #E5ABEA Plum

📋 copy color: '#E5ABEA'

red 229 ◦ green 171 ◦ blue 234

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

Shades of Plum #E5ABEA

Tints of Plum #E5ABEA

RGB

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

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

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

R = 36.12%
G = 26.97%
B = 36.91%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5ABEA (or 0xE5ABEA) is known color: Plum. HEX triplet: E5, AB and EA. RGB value is (229,171,234). Sum of RGB (Red+Green+Blue) = 229+171+234=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABEA is #1A5415. Grayscale: #C3C3C3. Windows color (decimal): -1725462 or 15379429. OLE color: 15379429.

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

Color convert

RGB 229 171 234 -
CMYK 0.02 0.27 0 0.08
HSL 295.24º 0.6% 0.79% -
HSV(B) 295.24º 0.27% 0.92% -
XYZ 61.73 51.72 84.57 -
YUV 195.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 229 171 234 0.02 0.27 0 0.08 295.24 0.6 0.79
Hex E5 AB EA 2 1B 0 8 127 3C 4F
Octal 345 253 352 2 33 0 10 447 74 117
Binary 11100101 10101011 11101010 10 11011 0 1000 100100111 111100 1001111

Color Harmonies of #E5ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ABEA

Black with #E5ABEA

Text Example


Text Example

White with #E5ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ABEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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