Html Css Color HEX #E19AF1 Plum

📋 copy color: '#E19AF1'

red 225 ◦ green 154 ◦ blue 241

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

Shades of Plum #E19AF1

Tints of Plum #E19AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.87%

R = 36.29%
G = 24.84%
B = 38.87%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E19AF1 (or 0xE19AF1) is known color: Plum. HEX triplet: E1, 9A and F1. RGB value is (225,154,241). Sum of RGB (Red+Green+Blue) = 225+154+241=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #E19AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19AF1 is #1E650E. Grayscale: #B8B8B8. Windows color (decimal): -1991951 or 15833825. OLE color: 15833825.

HSL color Cylindrical-coordinate representation of color #E19AF1: hue angle of 288.97º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E19AF1 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 154 241 -
CMYK 0.07 0.36 0 0.05
HSL 288.97º 0.76% 0.77% -
HSV(B) 288.97º 0.36% 0.95% -
XYZ 58.48 45.47 88.91 -
YUV 185.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 225 154 241 0.07 0.36 0 0.05 288.97 0.76 0.77
Hex E1 9A F1 7 24 0 5 121 4C 4D
Octal 341 232 361 7 44 0 5 441 114 115
Binary 11100001 10011010 11110001 111 100100 0 101 100100001 1001100 1001101

Color Harmonies of #E19AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19AF1

Black with #E19AF1

Text Example


Text Example

White with #E19AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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