Html Css Color HEX #E18CCF Plum

📋 copy color: '#E18CCF'

red 225 ◦ green 140 ◦ blue 207

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

Shades of Plum #E18CCF

Tints of Plum #E18CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.48%

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

R = 39.34%
G = 24.48%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E18CCF (or 0xE18CCF) is known color: Plum. HEX triplet: E1, 8C and CF. RGB value is (225,140,207). Sum of RGB (Red+Green+Blue) = 225+140+207=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CCF is #1E7330. Grayscale: #ACACAC. Windows color (decimal): -1995569 or 13602017. OLE color: 13602017.

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

Color convert

RGB 225 140 207 -
CMYK 0 0.38 0.08 0.12
HSL 312.71º 0.59% 0.72% -
HSV(B) 312.71º 0.38% 0.88% -
XYZ 51.69 39.27 63.89 -
YUV 173.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 225 140 207 0 0.38 0.08 0.12 312.71 0.59 0.72
Hex E1 8C CF 0 26 8 C 139 3B 48
Octal 341 214 317 0 46 10 14 471 73 110
Binary 11100001 10001100 11001111 0 100110 1000 1100 100111001 111011 1001000

Color Harmonies of #E18CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18CCF

Black with #E18CCF

Text Example


Text Example

White with #E18CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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