Html Css Color HEX #E4A2E5 Plum

📋 copy color: '#E4A2E5'

red 228 ◦ green 162 ◦ blue 229

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

Shades of Plum #E4A2E5

Tints of Plum #E4A2E5

RGB

 RED value IS 228 (89.45% from 255) = 36.83%

 GREEN value IS 162 (63.67% from 255) = 26.17%

 BLUE value IS 229 (89.84% from 255) = 37%

R = 36.83%
G = 26.17%
B = 37%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E4A2E5 (or 0xE4A2E5) is known color: Plum. HEX triplet: E4, A2 and E5. RGB value is (228,162,229). Sum of RGB (Red+Green+Blue) = 228+162+229=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4A2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A2E5 is #1B5D1A. Grayscale: #BDBDBD. Windows color (decimal): -1793307 or 15049444. OLE color: 15049444.

HSL color Cylindrical-coordinate representation of color #E4A2E5: hue angle of 299.1º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4A2E5 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 162 229 -
CMYK 0.00 0.29 0 0.10
HSL 299.1º 0.56% 0.77% -
HSV(B) 299.1º 0.29% 0.9% -
XYZ 59.06 47.99 80.28 -
YUV 189.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 228 162 229 0.00 0.29 0 0.10 299.1 0.56 0.77
Hex E4 A2 E5 0 1D 0 A 12B 38 4D
Octal 344 242 345 0 35 0 12 453 70 115
Binary 11100100 10100010 11100101 0 11101 0 1010 100101011 111000 1001101

Color Harmonies of #E4A2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A2E5

Black with #E4A2E5

Text Example


Text Example

White with #E4A2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A2E5; }

 p { color: rgb(228,162,229); }

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

background-color css

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

 a { background-color: rgb(228,162,229); }

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

border-color css

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

 span { border-color: rgb(228,162,229); }

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