Html Css Color HEX #E19FEA Plum

📋 copy color: '#E19FEA'

red 225 ◦ green 159 ◦ blue 234

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

Shades of Plum #E19FEA

Tints of Plum #E19FEA

RGB

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

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

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

R = 36.41%
G = 25.73%
B = 37.86%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E19FEA (or 0xE19FEA) is known color: Plum. HEX triplet: E1, 9F and EA. RGB value is (225,159,234). Sum of RGB (Red+Green+Blue) = 225+159+234=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #E19FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FEA is #1E6015. Grayscale: #BBBBBB. Windows color (decimal): -1990678 or 15376353. OLE color: 15376353.

HSL color Cylindrical-coordinate representation of color #E19FEA: hue angle of 292.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19FEA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 159 234 -
CMYK 0.04 0.32 0 0.08
HSL 292.8º 0.64% 0.77% -
HSV(B) 292.8º 0.32% 0.92% -
XYZ 58.3 46.74 83.79 -
YUV 187.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 225 159 234 0.04 0.32 0 0.08 292.8 0.64 0.77
Hex E1 9F EA 4 20 0 8 125 40 4D
Octal 341 237 352 4 40 0 10 445 100 115
Binary 11100001 10011111 11101010 100 100000 0 1000 100100101 1000000 1001101

Color Harmonies of #E19FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19FEA

Black with #E19FEA

Text Example


Text Example

White with #E19FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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