Html Css Color HEX #E19BE0 Plum

📋 copy color: '#E19BE0'

red 225 ◦ green 155 ◦ blue 224

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

Shades of Plum #E19BE0

Tints of Plum #E19BE0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.66%

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 37.25%
G = 25.66%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E19BE0 (or 0xE19BE0) is known color: Plum. HEX triplet: E1, 9B and E0. RGB value is (225,155,224). Sum of RGB (Red+Green+Blue) = 225+155+224=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BE0 is #1E641F. Grayscale: #B7B7B7. Windows color (decimal): -1991712 or 14719969. OLE color: 14719969.

HSL color Cylindrical-coordinate representation of color #E19BE0: hue angle of 300.86º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19BE0 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 155 224 -
CMYK 0 0.31 0.00 0.12
HSL 300.86º 0.54% 0.75% -
HSV(B) 300.86º 0.31% 0.88% -
XYZ 56.23 44.83 76.21 -
YUV 183.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 225 155 224 0 0.31 0.00 0.12 300.86 0.54 0.75
Hex E1 9B E0 0 1F 0 C 12D 36 4B
Octal 341 233 340 0 37 0 14 455 66 113
Binary 11100001 10011011 11100000 0 11111 0 1100 100101101 110110 1001011

Color Harmonies of #E19BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BE0

Black with #E19BE0

Text Example


Text Example

White with #E19BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BE0; }

 p { color: rgb(225,155,224); }

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

background-color css

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

 a { background-color: rgb(225,155,224); }

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

border-color css

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

 span { border-color: rgb(225,155,224); }

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