Html Css Color HEX #E19FEB Plum

📋 copy color: '#E19FEB'

red 225 ◦ green 159 ◦ blue 235

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

Shades of Plum #E19FEB

Tints of Plum #E19FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 36.35%
G = 25.69%
B = 37.96%

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

#E19FEB (or 0xE19FEB) is known color: Plum. HEX triplet: E1, 9F and EB. RGB value is (225,159,235). Sum of RGB (Red+Green+Blue) = 225+159+235=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #E19FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FEB is #1E6014. Grayscale: #BBBBBB. Windows color (decimal): -1990677 or 15441889. OLE color: 15441889.

HSL color Cylindrical-coordinate representation of color #E19FEB: hue angle of 292.11º degrees, saturation: 0.66, 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 #E19FEB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 159 235 -
CMYK 0.04 0.32 0 0.08
HSL 292.11º 0.66% 0.77% -
HSV(B) 292.11º 0.32% 0.92% -
XYZ 58.44 46.8 84.55 -
YUV 187.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 225 159 235 0.04 0.32 0 0.08 292.11 0.66 0.77
Hex E1 9F EB 4 20 0 8 124 42 4D
Octal 341 237 353 4 40 0 10 444 102 115
Binary 11100001 10011111 11101011 100 100000 0 1000 100100100 1000010 1001101

Color Harmonies of #E19FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19FEB

Black with #E19FEB

Text Example


Text Example

White with #E19FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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