Html Css Color HEX #E19CE0 Plum

📋 copy color: '#E19CE0'

red 225 ◦ green 156 ◦ blue 224

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

Shades of Plum #E19CE0

Tints of Plum #E19CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.79%

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

R = 37.19%
G = 25.79%
B = 37.02%

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

#E19CE0 (or 0xE19CE0) is known color: Plum. HEX triplet: E1, 9C and E0. RGB value is (225,156,224). Sum of RGB (Red+Green+Blue) = 225+156+224=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CE0 is #1E631F. Grayscale: #B8B8B8. Windows color (decimal): -1991456 or 14720225. OLE color: 14720225.

HSL color Cylindrical-coordinate representation of color #E19CE0: hue angle of 300.87º degrees, saturation: 0.53, 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 #E19CE0 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 156 224 -
CMYK 0 0.31 0.00 0.12
HSL 300.87º 0.53% 0.75% -
HSV(B) 300.87º 0.31% 0.88% -
XYZ 56.39 45.17 76.27 -
YUV 184.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 225 156 224 0 0.31 0.00 0.12 300.87 0.53 0.75
Hex E1 9C E0 0 1F 0 C 12D 35 4B
Octal 341 234 340 0 37 0 14 455 65 113
Binary 11100001 10011100 11100000 0 11111 0 1100 100101101 110101 1001011

Color Harmonies of #E19CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19CE0

Black with #E19CE0

Text Example


Text Example

White with #E19CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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