Html Css Color HEX #E19AE4 Plum

📋 copy color: '#E19AE4'

red 225 ◦ green 154 ◦ blue 228

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

Shades of Plum #E19AE4

Tints of Plum #E19AE4

RGB

 RED value IS 225 (88.28% from 255) = 37.07%

 GREEN value IS 154 (60.55% from 255) = 25.37%

 BLUE value IS 228 (89.45% from 255) = 37.56%

R = 37.07%
G = 25.37%
B = 37.56%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E19AE4 (or 0xE19AE4) is known color: Plum. HEX triplet: E1, 9A and E4. RGB value is (225,154,228). Sum of RGB (Red+Green+Blue) = 225+154+228=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #E19AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19AE4 is #1E651B. Grayscale: #B7B7B7. Windows color (decimal): -1991964 or 14981857. OLE color: 14981857.

HSL color Cylindrical-coordinate representation of color #E19AE4: hue angle of 297.57º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19AE4 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 154 228 -
CMYK 0.01 0.32 0 0.11
HSL 297.57º 0.58% 0.75% -
HSV(B) 297.57º 0.32% 0.89% -
XYZ 56.61 44.72 79.05 -
YUV 183.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 225 154 228 0.01 0.32 0 0.11 297.57 0.58 0.75
Hex E1 9A E4 1 20 0 B 12A 3A 4B
Octal 341 232 344 1 40 0 13 452 72 113
Binary 11100001 10011010 11100100 1 100000 0 1011 100101010 111010 1001011

Color Harmonies of #E19AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19AE4

Black with #E19AE4

Text Example


Text Example

White with #E19AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19AE4; }

 p { color: rgb(225,154,228); }

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

background-color css

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

 a { background-color: rgb(225,154,228); }

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

border-color css

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

 span { border-color: rgb(225,154,228); }

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