Html Css Color HEX #E19DCF Plum

📋 copy color: '#E19DCF'

red 225 ◦ green 157 ◦ blue 207

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

Shades of Plum #E19DCF

Tints of Plum #E19DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.66%

 BLUE value IS 207 (81.25% from 255) = 35.14%

R = 38.2%
G = 26.66%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E19DCF (or 0xE19DCF) is known color: Plum. HEX triplet: E1, 9D and CF. RGB value is (225,157,207). Sum of RGB (Red+Green+Blue) = 225+157+207=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DCF is #1E6230. Grayscale: #B6B6B6. Windows color (decimal): -1991217 or 13606369. OLE color: 13606369.

HSL color Cylindrical-coordinate representation of color #E19DCF: hue angle of 315.88º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DCF is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 157 207 -
CMYK 0 0.30 0.08 0.12
HSL 315.88º 0.53% 0.75% -
HSV(B) 315.88º 0.3% 0.88% -
XYZ 54.37 44.63 64.78 -
YUV 183.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 225 157 207 0 0.30 0.08 0.12 315.88 0.53 0.75
Hex E1 9D CF 0 1E 8 C 13C 35 4B
Octal 341 235 317 0 36 10 14 474 65 113
Binary 11100001 10011101 11001111 0 11110 1000 1100 100111100 110101 1001011

Color Harmonies of #E19DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19DCF

Black with #E19DCF

Text Example


Text Example

White with #E19DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19DCF; }

 p { color: rgb(225,157,207); }

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

background-color css

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

 a { background-color: rgb(225,157,207); }

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

border-color css

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

 span { border-color: rgb(225,157,207); }

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