Html Css Color HEX #E19EF0 Plum

📋 copy color: '#E19EF0'

red 225 ◦ green 158 ◦ blue 240

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

Shades of Plum #E19EF0

Tints of Plum #E19EF0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.36%

 BLUE value IS 240 (94.14% from 255) = 38.52%

R = 36.12%
G = 25.36%
B = 38.52%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E19EF0 (or 0xE19EF0) is known color: Plum. HEX triplet: E1, 9E and F0. RGB value is (225,158,240). Sum of RGB (Red+Green+Blue) = 225+158+240=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #E19EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EF0 is #1E610F. Grayscale: #BBBBBB. Windows color (decimal): -1990928 or 15769313. OLE color: 15769313.

HSL color Cylindrical-coordinate representation of color #E19EF0: hue angle of 289.02º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19EF0 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 158 240 -
CMYK 0.06 0.34 0 0.06
HSL 289.02º 0.73% 0.78% -
HSV(B) 289.02º 0.34% 0.94% -
XYZ 59.01 46.75 88.35 -
YUV 187.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 225 158 240 0.06 0.34 0 0.06 289.02 0.73 0.78
Hex E1 9E F0 6 22 0 6 121 49 4E
Octal 341 236 360 6 42 0 6 441 111 116
Binary 11100001 10011110 11110000 110 100010 0 110 100100001 1001001 1001110

Color Harmonies of #E19EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19EF0

Black with #E19EF0

Text Example


Text Example

White with #E19EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19EF0; }

 p { color: rgb(225,158,240); }

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

background-color css

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

 a { background-color: rgb(225,158,240); }

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

border-color css

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

 span { border-color: rgb(225,158,240); }

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