Html Css Color HEX #E18BCF Plum

📋 copy color: '#E18BCF'

red 225 ◦ green 139 ◦ blue 207

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

Shades of Plum #E18BCF

Tints of Plum #E18BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.34%

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

R = 39.4%
G = 24.34%
B = 36.25%

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

#E18BCF (or 0xE18BCF) is known color: Plum. HEX triplet: E1, 8B and CF. RGB value is (225,139,207). Sum of RGB (Red+Green+Blue) = 225+139+207=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BCF is #1E7430. Grayscale: #ACACAC. Windows color (decimal): -1995825 or 13601761. OLE color: 13601761.

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

Color convert

RGB 225 139 207 -
CMYK 0 0.38 0.08 0.12
HSL 312.56º 0.59% 0.71% -
HSV(B) 312.56º 0.38% 0.88% -
XYZ 51.55 38.98 63.84 -
YUV 172.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 225 139 207 0 0.38 0.08 0.12 312.56 0.59 0.71
Hex E1 8B CF 0 26 8 C 139 3B 47
Octal 341 213 317 0 46 10 14 471 73 107
Binary 11100001 10001011 11001111 0 100110 1000 1100 100111001 111011 1000111

Color Harmonies of #E18BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BCF

Black with #E18BCF

Text Example


Text Example

White with #E18BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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