Html Css Color HEX #E18DCF Plum

📋 copy color: '#E18DCF'

red 225 ◦ green 141 ◦ blue 207

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

Shades of Plum #E18DCF

Tints of Plum #E18DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.61%

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

R = 39.27%
G = 24.61%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E18DCF (or 0xE18DCF) is known color: Plum. HEX triplet: E1, 8D and CF. RGB value is (225,141,207). Sum of RGB (Red+Green+Blue) = 225+141+207=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DCF is #1E7230. Grayscale: #ADADAD. Windows color (decimal): -1995313 or 13602273. OLE color: 13602273.

HSL color Cylindrical-coordinate representation of color #E18DCF: hue angle of 312.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18DCF is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 141 207 -
CMYK 0 0.37 0.08 0.12
HSL 312.86º 0.58% 0.72% -
HSV(B) 312.86º 0.37% 0.88% -
XYZ 51.84 39.56 63.94 -
YUV 173.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 225 141 207 0 0.37 0.08 0.12 312.86 0.58 0.72
Hex E1 8D CF 0 25 8 C 139 3A 48
Octal 341 215 317 0 45 10 14 471 72 110
Binary 11100001 10001101 11001111 0 100101 1000 1100 100111001 111010 1001000

Color Harmonies of #E18DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18DCF

Black with #E18DCF

Text Example


Text Example

White with #E18DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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