Html Css Color HEX #E19FE2 Plum

📋 copy color: '#E19FE2'

red 225 ◦ green 159 ◦ blue 226

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

Shades of Plum #E19FE2

Tints of Plum #E19FE2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.07%

 BLUE value IS 226 (88.67% from 255) = 37.05%

R = 36.89%
G = 26.07%
B = 37.05%

CMYK

 C value IS 0.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E19FE2 (or 0xE19FE2) is known color: Plum. HEX triplet: E1, 9F and E2. RGB value is (225,159,226). Sum of RGB (Red+Green+Blue) = 225+159+226=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 226 - color contains mainly: blue. Hex color #E19FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FE2 is #1E601D. Grayscale: #BABABA. Windows color (decimal): -1990686 or 14852065. OLE color: 14852065.

HSL color Cylindrical-coordinate representation of color #E19FE2: hue angle of 299.1º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19FE2 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 159 226 -
CMYK 0.00 0.30 0 0.11
HSL 299.1º 0.54% 0.75% -
HSV(B) 299.1º 0.3% 0.89% -
XYZ 57.18 46.29 77.87 -
YUV 186.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 225 159 226 0.00 0.30 0 0.11 299.1 0.54 0.75
Hex E1 9F E2 0 1E 0 B 12B 36 4B
Octal 341 237 342 0 36 0 13 453 66 113
Binary 11100001 10011111 11100010 0 11110 0 1011 100101011 110110 1001011

Color Harmonies of #E19FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19FE2

Black with #E19FE2

Text Example


Text Example

White with #E19FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19FE2; }

 p { color: rgb(225,159,226); }

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

background-color css

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

 a { background-color: rgb(225,159,226); }

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

border-color css

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

 span { border-color: rgb(225,159,226); }

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