Html Css Color HEX #E19CDC Plum

📋 copy color: '#E19CDC'

red 225 ◦ green 156 ◦ blue 220

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

Shades of Plum #E19CDC

Tints of Plum #E19CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 37.44%
G = 25.96%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E19CDC (or 0xE19CDC) is known color: Plum. HEX triplet: E1, 9C and DC. RGB value is (225,156,220). Sum of RGB (Red+Green+Blue) = 225+156+220=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CDC is #1E6323. Grayscale: #B7B7B7. Windows color (decimal): -1991460 or 14458081. OLE color: 14458081.

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

Color convert

RGB 225 156 220 -
CMYK 0 0.31 0.02 0.12
HSL 304.35º 0.53% 0.75% -
HSV(B) 304.35º 0.31% 0.88% -
XYZ 55.86 44.95 73.44 -
YUV 183.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 225 156 220 0 0.31 0.02 0.12 304.35 0.53 0.75
Hex E1 9C DC 0 1F 2 C 130 35 4B
Octal 341 234 334 0 37 2 14 460 65 113
Binary 11100001 10011100 11011100 0 11111 10 1100 100110000 110101 1001011

Color Harmonies of #E19CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19CDC

Black with #E19CDC

Text Example


Text Example

White with #E19CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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