Html Css Color HEX #E18BCE Plum

📋 copy color: '#E18BCE'

red 225 ◦ green 139 ◦ blue 206

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

Shades of Plum #E18BCE

Tints of Plum #E18BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 39.47%
G = 24.39%
B = 36.14%

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

#E18BCE (or 0xE18BCE) is known color: Plum. HEX triplet: E1, 8B and CE. RGB value is (225,139,206). Sum of RGB (Red+Green+Blue) = 225+139+206=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BCE is #1E7431. Grayscale: #ACACAC. Windows color (decimal): -1995826 or 13536225. OLE color: 13536225.

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

Color convert

RGB 225 139 206 -
CMYK 0 0.38 0.08 0.12
HSL 313.26º 0.59% 0.71% -
HSV(B) 313.26º 0.38% 0.88% -
XYZ 51.42 38.93 63.2 -
YUV 172.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 225 139 206 0 0.38 0.08 0.12 313.26 0.59 0.71
Hex E1 8B CE 0 26 8 C 139 3B 47
Octal 341 213 316 0 46 10 14 471 73 107
Binary 11100001 10001011 11001110 0 100110 1000 1100 100111001 111011 1000111

Color Harmonies of #E18BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BCE

Black with #E18BCE

Text Example


Text Example

White with #E18BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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